Skip to content

Commit

Permalink
docs(usage): Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Dec 16, 2024
1 parent 86111a6 commit 8f6158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm i better-auth-mikro-orm
## Usage

1. First you'll need to set up Mikro ORM and define the [core schema](https://www.better-auth.com/docs/concepts/database#core-schema) for Better Auth.
If you use any plugin don't forget to check if they have any additional database schema schema, then define entities you'll need for each plugin.
If you use any plugin - don't forget to check if they have any additional database schema definitions, then define entities you'll need for each plugin.
2. When you done with the schema definition you can simply pass the result of `mikroOrmAdapter` call to the `database` option like this:

```ts
Expand Down

0 comments on commit 8f6158a

Please sign in to comment.