Skip to content

Commit 9f46a45

Browse files
committed
style: Improve markdown style
Signed-off-by: Alexander Kurbatov <[email protected]>
1 parent 70e979a commit 9f46a45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
[![Test Coverage](https://codeclimate.com/github/cpp-sc2/codegen/badges/coverage.svg)](https://codeclimate.com/github/cpp-sc2/codegen/coverage)
66

77
## About
8-
Code generation utility for Starcraft II. Produces list of type IDs taken from stableid.json for cpp-sc2 API.
8+
9+
Code generation utility for StarCraft II. Produces list of type IDs taken from
10+
`stableid.json` for cpp-sc2 API.
911

1012
## Requirements
13+
1114
* OS X (feel free to send a PR to support other platforms).
1215
* nodejs >= 14
1316
* Starcraft II installation.
1417

1518
## Usage
19+
1620
```bash
1721
# Install dependencies.
1822
$ npm install
@@ -28,6 +32,7 @@ $ npm test
2832
```
2933

3034
## License
35+
3136
Copyright (c) 2020-2024
3237

3338
Licensed under the [GPL 3.0 license](LICENSE).

0 commit comments

Comments
 (0)