diff --git a/README.md b/README.md index 5e563f72cd2349f621cc860a4c2e893b6945e85c..00040c219413fe0d2991858510eb6792105c89ec 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ pages: ``` This sets up a `node9.11.1` environment, then uses `yarn install` to install dependencies and `yarn build` to build out the website to the `./public` directory. -It also caches the `node_modules` directory to speed up sebsequent builds. +It also caches the `node_modules` directory to speed up subsequent builds. ## Building locally