diff --git a/README.md b/README.md index 0cc208f..7fb9921 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An simple version of the Flickr website using the Flickr API. ## View project directly: -[click here](https://google.com) - Refreshing page would not work here as they are just static files (without served from a server) and because of frontend routing, it wont be able to resolve files +[click here](https://google.com) - Refreshing page would not work here as they are just static files (without served from a server) and because of frontend routing, it wont be able to resolve files and you would get a 404 on refreshing and that is expected. ## NPM Scripts @@ -15,7 +15,7 @@ An simple version of the Flickr website using the Flickr API. ## Few Pointers about this project 1. Lazy loading of Images have been implemented. -2. Code splitting for better optimization of static files(script files) delivery. +2. Code splitting for better optimization of static files(script files) delivery and make initial load quicker. 3. Throttling of network activities to reduce unhandled number of calls on search query.