From 316c5a7fd6266de2ba60e69a3a6fb304cf24f2be Mon Sep 17 00:00:00 2001 From: Subhro Majumder Date: Thu, 1 Oct 2020 00:23:46 +0530 Subject: [PATCH] Fixed a grammatical error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b98bc850..80f24fcc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ open http://localhost:3000 ### Static Files -You can store static files like images, fonts, etc in the `build` folder. +You can store static files like images, fonts, etc. in the `build` folder. For example, if you copy a file called my_image.png into the build folder you can access it using `http://localhost:3000/build/my_image.png`.