diff --git a/README.md b/README.md index c5e2fe3..d4219a7 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ The advantage of saving Short URL and Long URL in the file is to retrieved that Enter your URL after *http://localhost:8080/sort-url?longURL=* - And let's say your Long URL: *http://google.com/1346461234567890123456789/get/vivekkumarsahu* + And let's say your Long URL: *http://google.com/1346461234567890123456789/get/viveksahu26* Finally you complete URL in the browser will look like: - http://localhost:8080/enterLongURL?longURL=http://google.com/1346461234567890123456789/get/vivekkumarsahu + http://localhost:8080/short-url?longURL=http://google.com/1346461234567890123456789/get/viveksahu26 3) You will get output ``` - {"originalURL":"http://google.com/1346461234567890123456789/get/vivekkumarsahu","shortURL":"http://localhost:8080/RpP^goh8"} + {"originalURL":"http://google.com/1346461234567890123456789/get/viveksahu26","shortURL":"http://localhost:8080/xtNFxaBwCG"} ```