Skip to content

Commit ff5445c

Browse files
Updated ReadMe
1 parent 8c80ee3 commit ff5445c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ When using any of the packages, please make sure to **Star** this repository and
2424

2525
</div>
2626

27-
## Installation
27+
# Installation
2828

2929
Install using the Unity Package Manager. add the following line to your `manifest.json` file located within your project's packages directory.
3030

3131
```json
3232
"nl.elraccoone.entity-component-system": "git+https://github.com/elraccoone/unity-entity-component-system"
3333
```
3434

35-
## Documentation
35+
# Documentation
3636

37-
### Life Cycles
37+
## Life Cycles
3838

3939
It's recommended to build your entire project around these life cycle methods.
4040

4141
<img src="https://raw.githubusercontent.com/elraccoone/unity-entity-component-system/master/.github/WIKI/lifecycle.png" width="100%"></br>
4242

43-
### Basic Example Usage
43+
## Basic Example Usage
4444

4545
Basic example usage of some of the ECS features.
4646

@@ -82,7 +82,7 @@ public class AudioService : Service<AudioService> {
8282
}
8383
```
8484

85-
### Meta Data
85+
## Meta Data
8686

8787
Use build in file generator to create new instances for any of these types.
8888

0 commit comments

Comments
 (0)