From 5eae43bf120a3f4b7db986b5be8ab236fa6a5e09 Mon Sep 17 00:00:00 2001 From: Ayushman Singh Chauhan Date: Thu, 15 Dec 2022 23:51:46 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38f5c10b..59225fc6 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ npm test 1. Switch to `master` branch. Make sure you have the latest changes in the local master 2. Update the `CHANGELOG.md` & bump the version in `package.json` 3. Commit -4. Tag the release & push to Github +4. Tag the release & push to GitHub 5. Create a release on GitHub using the website with more details about the release 6. Publish to npm with `npm publish` command