docs: add trailing spaces to gmake project instructions in README.md
The commit adds two trailing spaces before line breaks in the Linux and FreeBSD sections of the README.md file, specifically after the sentences describing the `projects/gmake` folder contents. This ensures proper Markdown line-break rendering for the subsequent `From that folder` instructions.
This commit is contained in:
@@ -16,7 +16,7 @@ The `projects/xcode` folder contains an Xcode project.
|
||||
|
||||
### Linux
|
||||
|
||||
The `projects/gmake` folder contains a `make` project.
|
||||
The `projects/gmake` folder contains a `make` project.
|
||||
From that folder, run `make`.
|
||||
|
||||
`cd projects/gmake`
|
||||
@@ -24,7 +24,7 @@ From that folder, run `make`.
|
||||
|
||||
### FreeBSD
|
||||
|
||||
The `projects/gmake` folder contains a `gmake` project.
|
||||
The `projects/gmake` folder contains a `gmake` project.
|
||||
From that folder, run `gmake`.
|
||||
|
||||
`cd projects/gmake`
|
||||
|
||||
Reference in New Issue
Block a user