Skip to content

Commit 8f8b6fc

Browse files
Updated readme
1 parent 77e16a7 commit 8f8b6fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public class MovementComponent : Component<MovementComponent, MovementSystem> {
169169
}
170170
``` -->
171171

172-
_This section of the documentation is in process!_
172+
_The components section of the documentation is in process!_
173173

174174
### Systems
175175

@@ -198,7 +198,7 @@ public class MovementSystem : System<MovementSystem, MovementComponent> {
198198
}
199199
```
200200

201-
_This section of the documentation is in process!_
201+
_The systems section of the documentation is in process!_
202202

203203
### Services
204204

@@ -227,4 +227,4 @@ public class AudioService : Service<AudioService> {
227227
}
228228
```
229229

230-
_This section of the documentation is in process!_
230+
_The services section of the documentation is in process!_

0 commit comments

Comments
 (0)