From c008fd5920aeb992951e27e1611be797d73c8171 Mon Sep 17 00:00:00 2001 From: Julio Cesar Villasante Date: Thu, 14 Jan 2016 12:47:56 -0500 Subject: [PATCH] changes Readme --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index b75ce76..cba078b 100644 --- a/Readme.md +++ b/Readme.md @@ -14,5 +14,7 @@ that you are given the "true" length of the string. (Note: If implementing in Ja please use a character array so that you can perform this operation in place.) Example +``` Input: "Mr John Smit ", 13 Output: "Mr%20John%20Smith" +```