Skip to content

Commit 57c447c

Browse files
committed
Update version to 1.0.2 and simplify installation command
1 parent cc7b922 commit 57c447c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ clone this repo and start your project
66
## Installation
77

88
```bash
9-
git clone https://github.com/gulalicelik/nodejs-express-sequelize-mysql-api-boilerplate.git
10-
npm install
11-
npm run prepare
9+
npx @gulali/nodejs-express-sequelize-mysql-api-boilerplate my-project-api
1210
```
1311

1412
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)