Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
badcel authored Oct 9, 2022
1 parent 85e3f21 commit a38aa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use the [Hid class](https://github.com/badcel/HidApi.Net/blob/main/src/H
```csharp
foreach(var deviceInfo in Hid.Enumerate())
{
using var device = deviceInfo.ConnectToDevce();
using var device = deviceInfo.ConnectToDevice();
Console.WriteLine(device.GetManufacturer());
}
Hid.Exit(); //Call at the end of your program
Expand Down

0 comments on commit a38aa07

Please sign in to comment.