Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
almasen committed Dec 29, 2024
1 parent 683b72d commit 97ec3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">n-digit-token</h1>

<p align="center">Generate a cryptographically secure pseudo-random token of N digits.</p>
<p align="center">Generate a cryptographically secure pseudo-random token of N digits</p>

<p align="center">
<a href="#comparisons">
Expand All @@ -25,7 +25,7 @@

## Quick start

`gen(n)` where `n` is the desired length/number of digits.
`gen(n)` where `n` is the desired length/number of digits

``` typescript
import { gen } from 'n-digit-token';
Expand Down Expand Up @@ -401,7 +401,7 @@ If you like this project, please consider supporting `n-digit-token` with a [one

### Star this project

If you can't support `n-digit-token` financially, but you've found it useful, please consider giving the project a [GitHub:star:](https://github.com/almasen/n-digit-token) to help its discoverability. Thank you!
If you've found this tool useful, please consider giving the project a [GitHub:star:](https://github.com/almasen/n-digit-token) to help its discoverability. Thank you!

### Contributing

Expand Down

0 comments on commit 97ec3f3

Please sign in to comment.