This commit is contained in:
cupcakearmy 2020-02-06 09:55:22 +01:00
commit 3f827e1ea8
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -1,11 +1,11 @@
# canihazusername
Random username generator with buildt in typescript support.
Username generator. Fully typed, simple and customizable
## Install
```bash
npm install --save canihazusername
yarn add canihazusername
```
## Quickstart
@ -14,4 +14,4 @@ npm install --save canihazusername
import cihu from 'canihazusername'
console.log(cihu())
```
```