Skip to content

Commit cefdc45

Browse files
committed
Fixed some formatting issues
1 parent 57dbf3c commit cefdc45

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ This project provides a few generic advanced mathematics libraries for CC: Tweak
1414
## Installation
1515

1616
If you want to add all libraries to your server or world, grab the datapack from the following sites:
17+
1718
- [**CurseForge**](https://www.curseforge.com/minecraft/data-packs/cc-advanded-math)
19+
1820
- [**Modrinth**](https://modrinth.com/datapack/cc-advanded-math)
1921

2022
If you want specific library files, simply copy them into your in-game computer and, to use them, follow this:
21-
### Quaternions
23+
#### Quaternions
2224
`os.loadAPI("path/to/quaternion.lua")`
23-
### Matrices
25+
#### Matrices
2426
`os.loadAPI("path/to/matrix.lua")`
25-
### PID Controllers
27+
#### PID Controllers
2628
`local pid = require "path/to/pid"`
2729

2830
## License

0 commit comments

Comments
 (0)