Skip to content

Commit 1be09c4

Browse files
committed
Fix readme referencing old scripts names
1 parent 3cce641 commit 1be09c4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ npm install pg-hstore
6161

6262
# Start the postgres database using docker.
6363
# Requires docker. You can also run your own database if you prefer.
64-
npm run start:postgres
64+
npm run start-postgres-latest
6565

6666
# run the sscce!
6767
npm run test:postgres
6868
# or
6969
npm run test:postgres-native
7070

7171
# Remember to stop the docker container once you're done.
72-
npm run stop:postgres
72+
npm run stop-postgres
7373
```
7474

7575
#### mariadb
@@ -80,13 +80,13 @@ npm install mariadb @sequelize/mariadb
8080

8181
# Start the mariadb database using docker.
8282
# Requires docker. You can also run your own database if you prefer.
83-
npm run start:mariadb
83+
npm run start-mariadb
8484

8585
# run the sscce!
8686
npm run test:mariadb
8787

8888
# Remember to stop the docker container once you're done.
89-
npm run stop:mariadb
89+
npm run stop-mariadb
9090
```
9191

9292
#### mysql
@@ -97,13 +97,13 @@ npm install mysql2 @sequelize/mysql
9797

9898
# Start the mysql database using docker.
9999
# Requires docker. You can also run your own database if you prefer.
100-
npm run start:mysql
100+
npm run start-mysql-latest
101101

102102
# run the sscce!
103103
npm run test:mysql
104104

105105
# Remember to stop the docker container once you're done.
106-
npm run stop:mysql
106+
npm run stop-mysql
107107
```
108108

109109
#### mssql (SQL Server)
@@ -114,13 +114,13 @@ npm install tedious @sequelize/mssql
114114

115115
# Start the mssql database using docker.
116116
# Requires docker. You can also run your own database if you prefer.
117-
npm run start:mssql
117+
npm run start-mssql-latest
118118

119119
# run the sscce!
120120
npm run test:mssql
121121

122122
# Remember to stop the docker container once you're done.
123-
npm run stop:mssql
123+
npm run stop-mssql
124124
```
125125

126126
### Step 3 - Commit your SSCCE & sent it to us

0 commit comments

Comments
 (0)