Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(examples): use correct name in with-xata example #41063

Merged
merged 2 commits into from Sep 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/with-xata/README.md
Expand Up @@ -25,15 +25,15 @@ Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_mediu
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:

```sh
npx create-next-app --example cms-contentful cms-contentful-app
npx create-next-app --example with-xata with-xata-app
```

```sh
yarn create next-app --example cms-contentful cms-contentful-app
yarn create next-app --example with-xata with-xata-app
```

```sh
pnpm create next-app --example cms-contentful cms-contentful-app
pnpm create next-app --example with-xata with-xata-app
```

### Link Your Xata Workspace and Run Codegen
Expand Down