Skip to content

Commit 2e923cb

Browse files
committed
Update version number in package.json to 1.0.2 and provide a more user-friendly installation command in README.md
1 parent a9fd7d5 commit 2e923cb

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-name
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": "nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)