From 13c33ad10db3bf16f81a35b7b8abba1cd92e4f2f Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 5 Feb 2020 22:49:45 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```