From d9c66180fe1046da80b9c6062d2dd573bb132ca9 Mon Sep 17 00:00:00 2001 From: Kombie Date: Mon, 19 Aug 2019 10:11:54 +0100 Subject: [PATCH] [documentation] change some words --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09268420..1bf50aed 100644 --- a/README.md +++ b/README.md @@ -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/`. ---