Skip to content

Commit 848960e

Browse files
Minor documentation changes
1 parent b34c5b7 commit 848960e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ public class MainController : Controller {
125125

126126
**Notes:** While it is recommended to move as much logic into [Services](#services) and [Systems](#systems), it is possible to let your [Controller](#controllers) house any functionality. If you use the [Controller](#controllers) for this purpose, try to keep it down to only Application wide and core functionality.
127127

128-
### Systems
128+
### Components
129129

130130
_This secection of the documentation will be updated very soon!_
131131

132-
### Components
132+
### Systems
133133

134134
_This secection of the documentation will be updated very soon!_
135135

0 commit comments

Comments
 (0)