diff --git a/README.md b/README.md index b6bb79c..aef33e7 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ On-wiki testing is conducted at the [Test Wikipedia](https://test.wikipedia.org/ ## Deployment As XFDcloser is a gadget, you must have interface-admin rights to deploy to the wiki. 1. Ensure: - - changes are committed and merged to master branch on GitHub rep + - changes are committed and merged to master branch of the GitHub repo - you are currently on the master branch, and synced with GitHub repo -2. Bump the version number. See the comments in the `bin\version.js` file for how to do this from the terminal. +2. Bump the version number. See the comments in the `bin\version.js` file for how to do this from the terminal. 3. Commit the version change, and push/sync to GitHub repo 4. Run a full build: run `npm run build` in terminal 5. You are now ready to deploy: see the comments in the `bin\deploy.js` file for how to do this from the terminal. diff --git a/bin/version.js b/bin/version.js index 9b84a55..df753cb 100644 --- a/bin/version.js +++ b/bin/version.js @@ -5,7 +5,7 @@ * - bug fixes and very small changes increment the patch number * - new features and other changes increment the minor number and reset the * patch number to 0 - * - significant changes, such as shifting coding paradyms or completely + * - significant changes, such as shifting coding paradigms or completely * redesigning the UI, increment the major number and reset both the minor * and patch numbers to 0 *