Skip to content

Commit

Permalink
Update a-b-test-with-tina.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud authored Jul 15, 2024
1 parent 413db73 commit 9f5371a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/a-b-test-with-tina.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ We are going to break this tutorial into two sections:

## Creating our Tina application

This blog post is going to use the Tailwind Starter. Using the `create-tina-app` command, choose "Tailwind Starter" as the starter template:
This blog post is going to use the Tailwind Starter. Using the `create-tina-app` command, choose "Next.js Starter" as the starter template:

```bash
# create our Tina application

npx create-tina-app@latest a-b-testing

✔ Which package manager would you like to use? › Yarn
✔ What starter code would you like to use?Tailwind Starter
✔ What starter code would you like to use?Next.js Starter
Downloading files from repo tinacms/tina-cloud-starter. This might take a moment.
Installing packages. This might take a couple of minutes.

Expand Down

0 comments on commit 9f5371a

Please sign in to comment.