Skip to content

Commit

Permalink
docs: consistent notice blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox committed Dec 19, 2023
1 parent c18eafc commit 1d99fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A CLI of [@faker-js/faker](https://github.com/faker-js/faker).

> **Note**: This is currently a [MVP](https://en.wikipedia.org/wiki/Minimum_viable_product).
> **Note :information_source:**: This is currently a [MVP](https://en.wikipedia.org/wiki/Minimum_viable_product).
## Install

Expand All @@ -16,7 +16,7 @@ npm install --save-dev @faker-js/cli
npx faker <moduleName> <functionName>
```

> [ℹ: Read more about `npx`](https://docs.npmjs.com/cli/v7/commands/npx)
> **Note :information_source:**: [Read more about `npx`](https://docs.npmjs.com/cli/v7/commands/npx)
Faker-CLI expects a `moduleName` as well as a `functionName` argument.
This is equivalent to calling `faker[moduleName][functionName]`.
Expand Down

0 comments on commit 1d99fe7

Please sign in to comment.