Skip to content

Commit 38bdc15

Browse files
authored
fix: Break lines (#3)
Also add formatting for filenames to make them stand out.
1 parent 0c6e66d commit 38bdc15

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cargo-generate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ HAL choice: You can choose between embassy or rp-hal.
3030
## Step 2: Default LED Blink Example
3131
By default, the project will be generated with a simple LED blink example. The code structure may look like this:
3232

33-
src/main.rs: Contains the default blink logic.
34-
Cargo.toml: Includes dependencies for the selected HAL.
33+
`src/main.rs`: Contains the default blink logic.
34+
35+
`Cargo.toml`: Includes dependencies for the selected HAL.
3536

3637
## Step 3: Choose Your HAL and Modify Code
3738
Once the project is generated, you can decide to keep the default LED blink code or remove it and replace it with your own code based on the HAL you selected.

0 commit comments

Comments
 (0)