Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit e132bfc

Browse files
docs(sequelize): fix typo in README.md
docs(sequelize): fix typo in `README.md`
2 parents 3d94425 + 21b2635 commit e132bfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sequelize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can find the Sequelize schema in the docs at [next-auth.js.org/adapters/sequ
2323
1. Install `next-auth` and `@next-auth/sequelize-adapter` as well as `sequelize` and your [database driver](https://sequelize.org/master/manual/getting-started.html) of choice.
2424

2525
```js
26-
npm install next-auth @next-auth/sequeluze-adapter sequelize sqlite3
26+
npm install next-auth @next-auth/sequelize-adapter sequelize sqlite3
2727
npm install --save-dev sequelize
2828
```
2929

0 commit comments

Comments
 (0)