[documentation] change some words

This commit is contained in:
Kombie 2019-08-19 10:11:54 +01:00 committed by GitHub
parent 9cfae611c5
commit d9c66180fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,14 +49,14 @@ A neutral new tab page accented with a chosen colour. Customise the layout, styl
When developing use:
- `npm run dev`
A Development copy will be created in `/dev/`. Open `/dev/index.html` in a browsers to test. Make changes on files in the `/src/` directory and refresh browser to see changes.
A Development copy will be created in `/dev/`. Open `/dev/index.html` in a browser to test. Make changes to files in the `/src/` directory and refresh browser to see changes.
To build the project use:
- `npm run build`
A web ready folder will be created in `/build/web/`.
A browser addon/extension ready zip will be created at `/build/extension/`.
A browser addon/extension ready zip will be created in `/build/extension/`.
---