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`.