Skip to content

Commit ed0da75

Browse files
committed
docs (*): version number prettier
1 parent 83bbdce commit ed0da75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/part1/hello_world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It's a good idea to create a new directory (`mkdir gb_hello_world`, for example,
88

99
Grab the following files (right-click each link, "Save Link As..."), and place them all in this new directory:
1010
- [`hello-world.asm`](../assets/hello-world.asm)
11-
- [`hardware.inc` v5.3.0](https://raw.githubusercontent.com/gbdev/hardware.inc/v5.3.0/hardware.inc)
11+
- [`hardware.inc v5.3.0`](https://raw.githubusercontent.com/gbdev/hardware.inc/v5.3.0/hardware.inc)
1212

1313
Then, still from a terminal within that directory, run the following three commands.
1414

src/part2/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We will make a [Breakout](https://en.wikipedia.org/wiki/Breakout_%28video_game%2
66

77
Open a terminal and make a new directory (`mkdir unbricked`), and then enter it (`cd unbricked`), just like you did for ["Hello, world!"](../part1/hello_world.md).
88

9-
Start by creating a file called `main.asm`, and include [`hardware.inc` v5.3.0](https://raw.githubusercontent.com/gbdev/hardware.inc/v5.3.0/hardware.inc) in your code.
9+
Start by creating a file called `main.asm`, and include [`hardware.inc v5.3.0`](https://raw.githubusercontent.com/gbdev/hardware.inc/v5.3.0/hardware.inc) in your code.
1010

1111
```rgbasm,linenos,start={{#line_no_of "" ../../unbricked/getting-started/main.asm:includes}}
1212
{{#include ../../unbricked/getting-started/main.asm:includes}}

0 commit comments

Comments
 (0)