Skip to content

Commit e6230e9

Browse files
committed
docs(tutorial): intermission.md: Use yarn cedarjs
1 parent 1df8916 commit e6230e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/versioned_docs/version-0.12/tutorial/intermission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you've been through the tutorial so far, you can pick up where you left off a
1717
If you want to use the same CSS classes we use in the following examples you'll need to add Tailwind to your repo:
1818

1919
```bash
20-
yarn rw setup ui tailwindcss
20+
yarn cedarjs setup ui tailwindcss
2121
```
2222

2323
However, none of the screenshots that follow will come anywhere close to what you're seeing in your browser (except for those isolated components you build in Storybook) so you may want to just start with the [example repo](https://github.com/cedarjs/cedar-tutorial). You'll also be missing out on a good starting test suite that we've added!
@@ -27,7 +27,7 @@ If you're _still_ set on continuing with your own repo, and you deployed to a se
2727
Once you're ready, start up the dev server:
2828

2929
```bash
30-
yarn rw dev
30+
yarn cedarjs dev
3131
```
3232

3333
### Using the Example Repo (Recommended)

0 commit comments

Comments
 (0)