Skip to content

Commit

Permalink
docs: fix project name (#1)
Browse files Browse the repository at this point in the history
* docs: fix project name

* docs: change text
  • Loading branch information
matheus1lva authored and shellscape committed Nov 14, 2018
1 parent feda7e0 commit 817d112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Contributing in webpack-plugin-serve
## Contributing in webpack-command

We 💛 contributions! The rules for contributing to this org are few:

1. Don't be a jerk
1. Search issues before opening a new one
1. Lint and run tests locally before submitting a PR
1. Adhere to the code style the org has chosen
1. Adhere to the code style the repo has chosen


## Before Committing

1. Lint your changes via `npm run lint`. Fix any errors and warnings before committing.
1. Test your changes via `npm run test`. Only Pull Requests with passing tests will be accepted.
1. Test your changes via `npm run test`. Only Pull Requests with passing tests will be accepted.

0 comments on commit 817d112

Please sign in to comment.