Skip to content

Commit 6b81ca5

Browse files
committed
Change header sizes
1 parent edcbfc9 commit 6b81ca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Simplified version of Firestorm targeting C instead of machine code directly.
44

5-
# Local Build Setup
5+
## Local Build Setup
66

77
### Install Dependencies
88

@@ -37,7 +37,7 @@ cmake --workflow --preset lightstorm-ubuntu-install
3737
cmake --workflow --preset lightstorm-macos-install
3838
```
3939

40-
# Build "Hello World"
40+
## Build "Hello World"
4141

4242
```bash
4343
> echo 'puts "Hello, Lightstorm"' > hello.rb
@@ -50,7 +50,7 @@ cmake --workflow --preset lightstorm-macos-install
5050
Hello, Lightstorm
5151
```
5252

53-
# Build and run tests
53+
## Build and run tests
5454

5555
Build a test (`tests/integration/loads.rb`):
5656

0 commit comments

Comments
 (0)