Skip to content

Commit 5abe63c

Browse files
MitchellShiellMitchell Shiell
andauthored
cd quickstart > cd prelude (#417)
Co-authored-by: Mitchell Shiell <[email protected]>
1 parent 3a62f51 commit 5abe63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/getting-started/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function GettingStartedPage() {
8888
<div className="relative">
8989
<Terminal
9090
prompts={[
91-
'git clone -b quickstart https://github.com/overture-stack/prelude.git && cd quickstart',
91+
'git clone -b quickstart https://github.com/overture-stack/prelude.git && cd prelude',
9292
]}
9393
/>
9494
</div>

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ export default function HomePage() {
418418
</P2>
419419
<Terminal
420420
prompts={[
421-
'git clone -b quickstart https://github.com/overture-stack/prelude.git && cd quickstart',
421+
'git clone -b quickstart https://github.com/overture-stack/prelude.git && cd prelude',
422422
]}
423423
/>
424424

0 commit comments

Comments
 (0)