Skip to content

Commit 0b8096f

Browse files
committed
fix directory name in readme
1 parent 28d5bba commit 0b8096f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Standalone repo for the Maze app type
99

1010
Check this project out from source:
1111

12-
git clone git@github.com:code-dot-org/craft.git
13-
cd craft
12+
git clone git@github.com:code-dot-org/maze.git
13+
cd maze
1414

1515
Next, inside the project, you need to install the project's various dependencies.
1616

@@ -22,4 +22,4 @@ Now you should be able to run all the tests:
2222

2323
And spin up a development build of your new project:
2424

25-
npm run build
25+
yarn build

0 commit comments

Comments
 (0)