Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum authored Jan 20, 2022
1 parent 8217476 commit fa35a63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ Letter package provides functionality to generate a fake letter value.

## Install

npm
```
$ npm install --save @fakerjs/letter
npm install @fakerjs/letter --save-dev
```

yarn
```
yarn add @fakerjs/letter -D
```

## Usage
Expand Down

0 comments on commit fa35a63

Please sign in to comment.