diff --git a/README.md b/README.md index ed17380..a729eba 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ From the project directory, you can run the following scripts with `npm` or `yar | Script | Usage | |---------------------- |------------------------------------------------------------------------------------------------------------------------------- | | `npm run start` | Runs the demo app in development mode @ [http://localhost:3000](http://localhost:3000). | -| `npm run build` | Builds a production version of the package to the `dist` folder with [Microbundle](https://github.com/developit/microbundle). | -| `npm run build:docs` | Builds the demo app to the `docs` folder for deployment to [Github Pages](https://pages.github.com/). | +| `npm run build` | Builds a production version of the package to the `dist` directory with [Microbundle](https://github.com/developit/microbundle). | +| `npm run build:docs` | Builds the demo app to the `docs` directory for deployment to [Github Pages](https://pages.github.com/). | ## Project Directory Structure