Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 9b90b3b

Browse files
authored
Merge pull request #159 from gotcha/patch-1
More copy/pasteable content
2 parents f73fab8 + eac83fd commit 9b90b3b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/game-of-life/hello-world.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,19 @@ cargo generate --git https://github.com/rustwasm/wasm-pack-template
1919
This should prompt you for the new project's name. We will use
2020
**"wasm-game-of-life"**.
2121

22+
```text
23+
wasm-game-of-life
24+
```
25+
2226
## What's Inside
2327

24-
Enter the new `wasm-game-of-life` project and let's take a look at its contents:
28+
Enter the new `wasm-game-of-life` project
29+
30+
```
31+
cd wasm-game-of-life
32+
```
33+
34+
and let's take a look at its contents:
2535

2636
```text
2737
wasm-game-of-life/

0 commit comments

Comments
 (0)