Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amaghini committed Nov 12, 2022
1 parent 3f38318 commit f7a8f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default buildConfig({
### your-auth-collection.ts

```js
import { Auth0Strategy, PictureField } from "payload-auth0-plugin";
import { Auth0Strategy } from "payload-auth0-plugin";
import { PictureField } from "payload-auth0-plugin/dist/components";

const MyAuthCollection: CollectionConfig = {
slug: "authCollection",
Expand Down

0 comments on commit f7a8f09

Please sign in to comment.