Skip to content

Commit

Permalink
[chore] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Aug 17, 2024
1 parent c98dbf3 commit c3c3d28
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 @@ -60,11 +60,11 @@ Integrate the AI magic into your Payload config:

```javascript
import { buildConfig } from 'payload/config';
import { payloadAI } from '@ai-stack/payloadcms';
import { payloadAiPlugin } from '@ai-stack/payloadcms';

export default buildConfig({
plugins: [
payloadAI({
payloadAiPlugin({
collections: [Posts.slug],
}),
],
Expand Down

0 comments on commit c3c3d28

Please sign in to comment.