diff --git a/README.md b/README.md index 2266a81..c6e7fbd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Usage 1. install - - `npm install -g sharing` + - `npm install -g easy-sharing` 2. share a file or directory - `sharing /directory-or-file-to-share` 3. scan the QR-Code with your phone diff --git a/package-lock.json b/package-lock.json index 767c741..f59e3e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "sharing", + "name": "easy-sharing", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "sharing", + "name": "easy-sharing", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 6fe8f8e..3257920 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "sharing", + "name": "easy-sharing", "version": "1.0.0", "description": "Sharing is a command-line tool to share directory and files with ios and android devices without an extra client app", "main": "bin/index.js",