From 3e9c25b72cade5e5d81d76c6d5ca7e9f0f9111d8 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:24:52 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;