Update README.md

This commit is contained in:
Elijah R 2023-03-08 19:46:08 -05:00 committed by GitHub
parent af6e22f803
commit 542fac1ac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");