Skip to content

Commit c84fc2a

Browse files
author
Celso Wo
committed
Fixed readme file with correct package'
1 parent 4345d2e commit c84fc2a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Installation
77

88
```sh
9-
$ npm install -g lazy
9+
$ npm install -g lazy-scaffolding
1010
```
1111

1212
## Usage

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "lazy-scaffolding",
33
"version": "0.1.0",
44
"description": "A command line scaffolding engine for any kind of project",
5-
"main": "index.js",
65
"bin": {
7-
"lazy": "./lazy.js"
6+
"lazy": "lazy.js"
87
},
98
"scripts": {
109
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)