Skip to content

Commit

Permalink
chore(examples): use correct name in with-xata example (#41063)
Browse files Browse the repository at this point in the history
## Documentation / Examples

- [x] Make sure the linting passes by running `pnpm lint`
- [x] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

This PR fixes the npm/pnpm/yarn commands to use with-xata instead of Contentful.
  • Loading branch information
notrab committed Sep 30, 2022
1 parent 92db7f1 commit 9863df3
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 9863df3

Please sign in to comment.