From 9aeca65af167fb73eb7f0332c631748e02928361 Mon Sep 17 00:00:00 2001 From: vivek kumar sahu Date: Fri, 16 Sep 2022 14:14:51 +0530 Subject: [PATCH] update README.md file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 401725c..ad4ced7 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,13 @@ The advantage of saving Short URL and Long URL in the file is to retrieved that 6) Convert ShortURL into LongURL: Let's say shortURL=xtNFxaBwCG + To get it's longURL enter below URL in the browser + http://localhost:8080/long-url?sortURL=xtNFxaBwCG - You will get return value as: + It will return longURL to you as: + http://google.com/1346461234567890123456789/get/viveksahu26 ## Steps to reproduce Using Docker Image