Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 27, 2017
1 parent e871aa8 commit 27e86b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
## :cloud: Installation

```sh
$ npm i --save mdify
# Using npm
npm install --save mdify

# Using yarn
yarn add mdify
```


Expand Down Expand Up @@ -60,9 +64,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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
"blah": {
"h_img": "http://i.imgur.com/koH6iq4.png"
}
}
}

0 comments on commit 27e86b6

Please sign in to comment.