Skip to content

Commit

Permalink
readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
SummySumanth committed Sep 9, 2019
1 parent 0d119bf commit 89acaf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.


Expand Down

0 comments on commit 89acaf4

Please sign in to comment.