Skip to content

Commit 3c5081a

Browse files
committed
Replace weird spaces
1 parent eacf18b commit 3c5081a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,18 +413,18 @@ Git workflow:
413413

414414
- Create a feature branch: `$ git branch feature-name`
415415
- When feature finished, merge:
416-
- `$ git checkout master`
417-
- `$ git merge feature-name`
418-
- `$ git push`
416+
- `$ git checkout master`
417+
- `$ git merge feature-name`
418+
- `$ git push`
419419
- Delete the feature branch.
420420
- Bump version in package.json, `npm run gv`, and run tests.
421421
- Build examples `npm run build:examples`
422422
- Commit: `$ git commit -a -m "Release 7.7.7"`
423423
- Create [tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging):
424-
- `$ git tag -a 7.7.7 -m "v7.7.7 Superb Name"`
424+
- `$ git tag -a 7.7.7 -m "v7.7.7 Superb Name"`
425425
- `$ git push --tags`
426426
- Publish to npm:
427-
- `$ npm publish`
427+
- `$ npm publish`
428428

429429

430430
## Acknowledgments

0 commit comments

Comments
 (0)