Skip to content

Commit 9b34f3d

Browse files
authored
fix(splash-page): Use yarn cedar as the cli name (#499)
1 parent 2660eda commit 9b34f3d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/router/src/splash-page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ export const SplashPage = ({
287287
You’re seeing this because you don’t have any pages yet.
288288
</p>
289289
<p className="intro-instructions">
290-
Type <code>yarn redwood generate page my-page</code> in
291-
your CLI to get started!
290+
Type <code>yarn cedar generate page my-page</code> in
291+
your terminal to get started!
292292
</p>
293293
</div>
294294
) : (
@@ -321,8 +321,8 @@ export const SplashPage = ({
321321
You’re seeing this because you don’t have a page at the{' '}
322322
<code>/</code> path.
323323
<br />
324-
Type <code>yarn redwood generate page home /</code> in
325-
your CLI to create one.
324+
Type <code>yarn cedar generate page home /</code> in
325+
your terminal to create one.
326326
</div>
327327
</div>
328328
)}

0 commit comments

Comments
 (0)