diff --git a/README.md b/README.md index cbe99a3..36158f0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ MLAPI (Mid level API) is a framework that hopefully simplifies building networke * NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc. * Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic * Passthrough messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Passthrough-messages)\] -* Scene Management +* Scene Management \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Scene-Management)\] * Built in Lag compensation \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Lag-Compensation)\] * NetworkTransform replacement * Targeted messages \[[Wiki page](https://github.com/TwoTenPvP/MLAPI/wiki/Targeted-Messages)\]