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 8f6158a commit 9f2a8bf
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 @@ -20,7 +20,7 @@ npm i better-auth-mikro-orm

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 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:
2. When you finished with the schema definition you can simply pass the result of `mikroOrmAdapter` call to the `database` option like this:

```ts
import {mikroOrmAdapter} from "better-auth-mikro-orm"
Expand Down

0 comments on commit 9f2a8bf

Please sign in to comment.