Update README.md
This commit is contained in:
parent
65c8d69434
commit
3e9c25b72c
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue