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

Commit

Permalink
docs(sequelize): fix typo in README.md
Browse files Browse the repository at this point in the history
docs(sequelize): fix typo in `README.md`
  • Loading branch information
balazsorban44 authored Dec 6, 2021
2 parents 3d94425 + 21b2635 commit e132bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sequelize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can find the Sequelize schema in the docs at [next-auth.js.org/adapters/sequ
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.

```js
npm install next-auth @next-auth/sequeluze-adapter sequelize sqlite3
npm install next-auth @next-auth/sequelize-adapter sequelize sqlite3
npm install --save-dev sequelize
```

Expand Down

0 comments on commit e132bfc

Please sign in to comment.