Skip to content

Commit

Permalink
Updating README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Oct 9, 2023
1 parent 7ae6337 commit 2f7aeee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Easy UUID Node.js library

## install

```sh
```bash
# bash

npm i @brtmvdl/uuid
```

Expand All @@ -24,8 +26,8 @@ const { v4: uuid } = require('@brtmvdl/uuid')
console.log(`uuid: ${uuid()}`)
```

```sh
# bash
```bash
# bash

node index.js
```
Expand Down

0 comments on commit 2f7aeee

Please sign in to comment.