Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ize-302 committed Oct 4, 2023
1 parent 0162103 commit c0b39fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
## Installation

```bash
$ npm install -g env-sync
$ npm install @ize-302/env-sync -g
```

Install as a dev dependency (**recommended**)

```bash
$ npm install -D env-sync
$ npm install @ize-302/env-sync -D
```

## Usage
Expand All @@ -25,7 +25,7 @@ $ npm install -D env-sync
// package.json
{
"scripts": {
"env": "env-sync"
"env": "@ize-302/env-sync"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"chalk": "^5.3.0"
},
"bin": {
"env-sync": "bin/index.js"
"@ize-302/env-sync": "bin/index.js"
},
"bugs": {
"url": "https://github.com/ize-302/env-sync/issues"
Expand Down

0 comments on commit c0b39fd

Please sign in to comment.