From 4bf88969313e395c60b5fe3c8820a2cff7e1a437 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 8 Feb 2019 13:20:46 +0000 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2fd35..27debdf 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,6 @@ the build directory. 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`. -### 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.