Skip to content

Commit 60e9c03

Browse files
committed
Update cli name
1 parent 98b8e23 commit 60e9c03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ You can also utilize pre-built templates for common data formats!
88

99
## Usage
1010

11-
By default, faker-cli will generate a CSV output for you. You just specify the number of rows you want and the column types.
11+
By default, `fake` will generate a CSV output for you. You just specify the number of rows you want and the column types.
1212

1313
```bash
14-
faker-cli -n 10 pyint,user_name,date_this_year
14+
fake -n 10 pyint,user_name,date_this_year
1515
```
1616

1717
BAM! You've got a CSV file with your data.
@@ -35,7 +35,7 @@ pyint,user_name,date_this_year
3535
Wnat a JSON file? Sweet, use `-f json`.
3636

3737
```bash
38-
faker-cli -n 10 pyint,user_name,date_this_year -f json
38+
fake -n 10 pyint,user_name,date_this_year -f json
3939
```
4040

4141
```json
@@ -54,7 +54,7 @@ faker-cli -n 10 pyint,user_name,date_this_year -f json
5454
Default column names aren't good enough for you? Fine, use your own.
5555

5656
```bash
57-
faker-cli -n 10 pyint,user_name,date_this_year -f json -c id,awesome_name,last_attention_at
57+
fake -n 10 pyint,user_name,date_this_year -f json -c id,awesome_name,last_attention_at
5858
```
5959

6060
```
@@ -77,5 +77,5 @@ As of now,the only amazing best template supported ever is `s3access`.
7777
Want to generate 1 MILLION S3 Access logs in ~2 minutes? Now you can.
7878

7979
```bash
80-
faker-cli -t s3access -n 10
80+
fake -t s3access -n 10
8181
```

0 commit comments

Comments
 (0)