Skip to content

Commit

Permalink
Fix git commit typo (#1347)
Browse files Browse the repository at this point in the history
* Refine the git commit steps description.
  • Loading branch information
alphaX86 committed Aug 22, 2020
1 parent e474ea8 commit ef32da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ So that you can start straight away.

- Fork it!
- Create your feature branch: `git checkout -b my-new-feature`
- Commit your changes: `git commit -am 'Add some feature'`
- Commit your changes: `git add . && git commit -m 'Add some feature'`
- Push to the branch: `git push origin my-new-feature`
- Submit a pull request

Expand Down

1 comment on commit ef32da1

@vercel
Copy link

@vercel vercel bot commented on ef32da1 Aug 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.