Skip to content

Commit

Permalink
chore: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
moissela committed Jun 20, 2024
1 parent fa934a7 commit e68abdb
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 @@ -20,9 +20,9 @@ end

Adoption:

- add `{:ash_uuid, "~> 1.0.0"}`` to your `mix.exs`` project deps;
- add `{:ash_uuid, "~> 1.0.0"}` to your `mix.exs` project deps;

- add `AshUUID.PostgresExtension`` to your app Repo's installed_extensions and set AshUUID config `migration_default?: true` if Postgres-side UUIDs generation is needed;
- add `AshUUID.PostgresExtension` to your app Repo's installed_extensions and set AshUUID config `migration_default?: true` if Postgres-side UUIDs generation is needed;

- use the extension in your resources `use Ash.Resource, data_layer: AshPostgres.DataLayer, extensions: [AshUUID]`;

Expand Down

0 comments on commit e68abdb

Please sign in to comment.