Skip to content

Commit cdc478c

Browse files
Minor readme changes
1 parent 93911e4 commit cdc478c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ Install the latest stable release using the Unity Package Manager by adding the
4242

4343
# Documentation
4444

45-
## Life Cycles
46-
47-
It's recommended to build your entire project around these life cycle methods.
48-
49-
<img src="https://raw.githubusercontent.com/elraccoone/unity-entity-component-system/master/.github/WIKI/lifecycle.png" width="100%"></br>
50-
5145
## Getting Started
5246

5347
It's recommended to get started by using the built-in File Generator. When it's your first time using the ECS, you might want to enable the _Overwrite All Virtuals_ option to see all the available methods for each type of class.
5448

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

51+
## Life Cycles
52+
53+
It's recommended to build your entire project around these life cycle methods.
54+
55+
<img src="https://raw.githubusercontent.com/elraccoone/unity-entity-component-system/master/.github/WIKI/lifecycle.png" width="100%"></br>
56+
5757
## Classes, Methods and Properties
5858

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

0 commit comments

Comments
 (0)