Skip to content

Commit

Permalink
remove copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksoni27 committed Jan 7, 2018
1 parent 9314524 commit 8b0af4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ You're welcome to fix any bugs, or add new features. Just fork the project, wor
**2.** Make a `local` copy, by cloning your forked copy.
**3.** `Fix` whatever it is you think needs fixing.
**3.** `Fix` whatever it is you think needs fixing. (or Add new features!)
**4.** Send a PR against `master` branch.
## Copyright
© 2017 Made by Abhishek Soni.
**4.** Send a PR against `master` branch.
2 changes: 1 addition & 1 deletion code-snipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ function codeSnipper(fileName, options = opts) {
return 0;
}

module.exports = codeSnipper;
module.exports = codeSnipper;

0 comments on commit 8b0af4b

Please sign in to comment.