Update README.md
This commit is contained in:
parent
af6e22f803
commit
542fac1ac0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ The API is well documented with XML documentation, meaning hovering over a metho
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
```cs
|
```cs
|
||||||
using System.Console;
|
using System;
|
||||||
using CollabVMSharp;
|
using CollabVMSharp;
|
||||||
// Instantiate the client
|
// Instantiate the client
|
||||||
var cvm = new CollabVMClient("wss://computernewb.com/collab-vm/vm0", "cvmsharptest", "vm0b0t");
|
var cvm = new CollabVMClient("wss://computernewb.com/collab-vm/vm0", "cvmsharptest", "vm0b0t");
|
||||||
|
|
Loading…
Reference in a new issue