Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 24, 2017
1 parent c6208f5 commit 470da40
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,11 @@
## :cloud: Installation

```sh
$ npm i --save git-up
# Using npm
npm install --save git-up

# Using yarn
yarn add git-up
```


Expand Down Expand Up @@ -57,9 +61,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 Expand Up @@ -111,6 +117,7 @@ Thanks! :heart:
If you are using this library in one of your projects, add it in this list. :sparkles:


- [`front-end-styleguide-cli`](https://front-end-style.guide) (by Fynn Becker)—Provides access to the global CLI interface for the Front End Styleguide
- [`front-end-styleguide-init`](https://front-end-style.guide) (by Fynn Becker)—Templates to create the basic file structure needed for the Front End Styleguide
- [`git-url-parse`](https://github.com/IonicaBizau/git-url-parse)—A high level git url parser for common git providers.
- [`ship-release`](https://github.com/IonicaBizau/ship-release#readme)—Publish new versions on GitHub and npm with ease.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,4 +49,4 @@
"bloggify/"
],
"blah": {}
}
}

0 comments on commit 470da40

Please sign in to comment.