Update README.md

This commit is contained in:
Elijah R 2023-03-08 19:24:52 -05:00 committed by GitHub
parent 65c8d69434
commit 3e9c25b72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,10 @@
CollabVM client library in C#. 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 ```cs
using CollabVMSharp; using CollabVMSharp;