Update README.md

This commit is contained in:
Nicco 2020-02-05 22:49:45 +01:00 committed by GitHub
parent 12f7c4594f
commit 13c33ad10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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