Skip to content

Commit 8b0af4b

Browse files
remove copyright
1 parent 9314524 commit 8b0af4b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,6 @@ You're welcome to fix any bugs, or add new features. Just fork the project, wor
198198
199199
**2.** Make a `local` copy, by cloning your forked copy.
200200
201-
**3.** `Fix` whatever it is you think needs fixing.
201+
**3.** `Fix` whatever it is you think needs fixing. (or Add new features!)
202202
203-
**4.** Send a PR against `master` branch.
204-
205-
## Copyright
206-
© 2017 Made by Abhishek Soni.
203+
**4.** Send a PR against `master` branch.

code-snipper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,4 @@ function codeSnipper(fileName, options = opts) {
201201
return 0;
202202
}
203203

204-
module.exports = codeSnipper;
204+
module.exports = codeSnipper;

0 commit comments

Comments
 (0)