From d314227e4788bf6d948d6d15d44871cf25cb3b2e Mon Sep 17 00:00:00 2001 From: PostmanPat123 <42339292+PostmanPat123@users.noreply.github.com> Date: Tue, 21 Jul 2020 11:50:52 +0200 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2851c57..87cfa77 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Or you can download the files from Github from [here](https://github.com/Postman npm install ``` - Once the install is finnished, run the following to generate the `bundle.js` file which is included inside of your `index.html` file. - >#### `Note : NPM is only installed to give you the most up to date framework packages on npm, and to help wiht the dev server and bundling of the js. ActiveJS does not require node to run in the background, just to download the packages.` + >#### `Note : NPM is only installed to give you the most up to date framework packages on npm, and to help with the dev server and bundling of the js. ActiveJS does not require node to run in the background, just to download the packages.` ``` npm run build ```