From 457666982eee88aa67079c3bfc98ebe4d570d5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Sat, 31 Mar 2018 10:36:29 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2796b61..d497fc0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ ![](https://i.imgur.com/d0amtqs.png) MLAPI (Mid level API) is a framework that hopefully simplifies building networked games in Unity. It is built on the LLAPI and is similar to the HLAPI in many ways. It does not however integrate into the compiler and it's meant to offer much greater flexibility than the HLAPI while keeping some of it's simplicity. It offers greater performance over the HLAPI. -### Getting Started -To get started, check the [Wiki](https://github.com/TwoTenPvP/MLAPI/wiki) +### Documentation +To get started, check the [Wiki](https://github.com/TwoTenPvP/MLAPI/wiki). +This is also where most documentation lies. + +There is also a autogenerated Sandcastle [API reference](https://twotenpvp.github.io/MLAPI/docs). ### Requirements * Unity 2017 or newer