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 c56511b commit a54da8f
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 @@ -10,18 +10,24 @@ Easy UUID Node.js library

## install

```bash
```sh
npm i @brtmvdl/uuid
```

## how to use

```js
// index.js

const { v4: uuid } = require('@brtmvdl/uuid')

console.log(`uuid: ${uuid()}`)
```

```sh
node index.js
```

## License

[MIT](./LICENSE)

0 comments on commit a54da8f

Please sign in to comment.