Skip to content

Commit

Permalink
Prevent ugly comments highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Mar 20, 2016
1 parent 8a1669e commit 98a6913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ or the CLI will write to the file `sequelize-meta.json`. If you want to keep the
database, using `sequelize`, but want to use a different table, you can change the table name using
`migrationStorageTableName`.

```json
```js
{
"development": {
"username": "root",
Expand Down Expand Up @@ -228,7 +228,7 @@ you can specify the path of the file using `seederStoragePath` or the CLI will w
`sequelize-data.json`. If you want to keep the information in the database, using `sequelize`, you can
specify the table name using `seederStorageTableName`, or it will default to `SequelizeData`.

```json
```js
{
"development": {
"username": "root",
Expand Down

0 comments on commit 98a6913

Please sign in to comment.