diff --git a/README.md b/README.md index d46e77e..9dbcba6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,11 @@ You can install the package globally and use it as command line tool: ```sh -$ npm i -g birthday +# Using npm +npm install --global birthday + +# Using yarn +yarn global add birthday ``` @@ -48,10 +52,14 @@ Documentation can be found at https://github.com/IonicaBizau/birthday ## :clipboard: Example -Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm`: +Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm` (or `yarn`): ```sh -$ npm i --save birthday +# Using npm +npm install --save birthday + +# Using yarn +yarn add birthday ``` @@ -75,9 +83,11 @@ 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, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket: + ## :memo: Documentation For full API reference, see the [DOCUMENTATION.md][docs] file. diff --git a/package.json b/package.json index 4eb0434..77289ba 100644 --- a/package.json +++ b/package.json @@ -57,4 +57,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}