diff --git a/README.md b/README.md index 13cbe98..a220894 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ CollabVM client library in C#. -## Usage Example +## Usage +The API is well documented with XML documentation, meaning hovering over a method or property in Visual Studio or another IDE should give a pretty good idea of how to do things. For a basic usage example, see below + +### Example ```cs using CollabVMSharp;