diff --git a/README.md b/README.md index c9dafa8..f36c28c 100644 --- a/README.md +++ b/README.md @@ -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()) -``` \ No newline at end of file +```