Skip to content

Commit

Permalink
Merge pull request #27 from BolajiOlajide/add-install-notes
Browse files Browse the repository at this point in the history
add installation notes to README
  • Loading branch information
BolajiOlajide authored Mar 12, 2018
2 parents 04ec57a + 27d67ec commit 90e86f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

## Usage

### Installation

Install with npm:

```sh
npm install ng-faker --save-dev
```

Install with yarn:

```sh
yarn add ng-faker --dev
```

### Browser

For now, we don't have support for the browser directly. We're working on that and should have that up really soon.
Expand Down

0 comments on commit 90e86f7

Please sign in to comment.