Skip to content

Commit 1863311

Browse files
authored
Update README.md
1 parent f131af0 commit 1863311

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ String package provides functionality to generate a fake string value.
99

1010
## Install
1111

12+
npm
1213
```
13-
$ npm install --save @fakerjs/string
14+
npm install @fakerjs/string --save-dev
15+
```
16+
17+
yarn
18+
```
19+
yarn add @fakerjs/string -D
1420
```
1521

1622
## Usage

0 commit comments

Comments
 (0)