File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments