diff --git a/README.md b/README.md index 253257c..7590501 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,11 @@ ## :cloud: Installation ```sh -$ npm i --save codementor +# Using npm +npm install --save codementor + +# Using yarn +yarn add codementor ``` diff --git a/package.json b/package.json index 9bcfb5e..6982510 100644 --- a/package.json +++ b/package.json @@ -52,4 +52,4 @@ "example": "example" }, "devDependencies": {} -} \ No newline at end of file +}