From 9a3631a901ab1a6622d9bd3c356bf4d868b7111d Mon Sep 17 00:00:00 2001 From: Ali Faraji <31096694+alifa98@users.noreply.github.com> Date: Mon, 21 Jun 2021 01:45:58 +0430 Subject: [PATCH] Update Projects/3-Advanced/URL-Shortener.md Co-authored-by: Serghei Iakovlev --- Projects/3-Advanced/URL-Shortener.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Projects/3-Advanced/URL-Shortener.md b/Projects/3-Advanced/URL-Shortener.md index e0300fb4..ae070bc9 100644 --- a/Projects/3-Advanced/URL-Shortener.md +++ b/Projects/3-Advanced/URL-Shortener.md @@ -18,7 +18,7 @@ You can save records in a database or in a text files. ## Bonus features - [ ] User can see the stats of shortened URL (like number of visits and so on) -- [ ] User can provide a prefered code name to URL (You must check the code is exists or not) +- [ ] User can provide a prefered code name to URL (You must check the code is exists or not) ## Useful links and resources @@ -29,4 +29,3 @@ You can save records in a database or in a text files. - [bitly.com](https://bitly.com/) - [bl.ink](https://bl.ink/) -