diff --git a/README.md b/README.md
index f5c509f..3dc5e84 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,15 @@ Using JSComps gives your the following perks:
- It's easy to use. You don't have to run it each time you make a change to a file, it'll automatically detect changes for you and import them to your output file.
## Install
- npm install jscomps -g
+```
+npm install jscomps -g
+```
+ OR
+```
+yarn add jscomps
+```
+
+
## Usage
jscomps [options]
diff --git a/package-lock.json b/package-lock.json
index 14ff72d..f6d38a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "jscomps",
- "version": "1.0.0",
+ "version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {