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

View File

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