Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Mar 23, 2017
1 parent 9434316 commit 67598af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@ var KindlyLicense = require("kindly-license");
console.log(KindlyLicense(new Date().getFullYear(), "Ionică Bizău"));
```

## :question: Get Help

There are few ways to get help:

1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
2. For bug reports and feature requests, open issues. :bug:
3. For direct and quick help from me, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:


## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].

Expand Down Expand Up @@ -140,6 +149,7 @@ If you found a way to improve the license content, there are two places where yo
- in the `LICENSE.kindly` file
- in `README.md` (*The license content*)


After modifying `LICENSE.kindly` you can run `npm run install` to update the other files.


Expand Down

0 comments on commit 67598af

Please sign in to comment.