Skip to content

Commit

Permalink
chore: fix readme package name
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniAkash committed Apr 1, 2024
1 parent f3b9b13 commit b1567c3
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 @@ -29,7 +29,7 @@ To use Clarifai Node.js in Next.js App Directory with server components, you wil
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ['@acme/ui'],
serverComponentsExternalPackages: ['clarifai-nodejs-grpc'],
},
}

Expand Down

0 comments on commit b1567c3

Please sign in to comment.