Skip to content

Commit e0a21ba

Browse files
Merge pull request #7 from Aiz0/patch-1
2 parents 1e5d7c2 + af2ab82 commit e0a21ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Utilising modules is simple in KubeJS. The `Ku` namespace is always available bu
1414

1515
Each module below denotes if it's a `static` or `constructed` module through the use of the `static` and `constructed` tags. A `static` module is one you can just use. No need to create it. A `contructed` module is a module you need to create in order to be able to use. A good example of this would be the `players` module. You use this module by calling `new Ku.Player(your_mc_player_object)`. This is in contract to a `static` module like `utils` where you can just use it. For example `Ku.Utils.nullOrEmpty(the_object_you_want_to_check)`
1616

17-
### [Player `Ku.Player` `contructed`](modules/player.md)
17+
### [Player `Ku.Player` `constructed`](modules/player.md)
1818

1919
The player module introduces some helpful methods like `showActionBar`, `isClientSide` and the ability to `clearStartItemsFlag` which is part of the Starter items system within KubeUitls
2020

0 commit comments

Comments
 (0)