README: fix typo

master
Tom Hacohen 6 years ago committed by GitHub
parent 030c88a376
commit 4bf8896931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,6 @@ the build directory.
Alternatively, you can run the debug server just to verify everything works, Alternatively, you can run the debug server just to verify everything works,
though be aware that the app will probably be quite slow. To do that, run `yarn start`. though be aware that the app will probably be quite slow. To do that, run `yarn start`.
### Serving from subdirectory ### Serving from a subdirectory
In order to run your own version and serve it from a subdirectory rather than the top level of the domain, add `"homepage": "/subdir-name"` to the `package.json` file. In order to run your own version and serve it from a subdirectory rather than the top level of the domain, add `"homepage": "/subdir-name"` to the `package.json` file.

Loading…
Cancel
Save