This commit is contained in:
2020-02-06 09:55:22 +01:00

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())
```
```