Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhshipoor authored May 13, 2024
1 parent 2a41c63 commit be8c229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ Detect And Event All USB Changes
USBDevicesCollection.DeviceChanged += USBDevicesCollections_DeviceChanged;
```

5. After initial USBDevices class you should start the monitiring by `Start()`:
5. After initial `USBDevices` class you should start the monitiring by `Start()`:
```sh
USBDevicesCollection.Start();
```
6. `USBDevices` class inherited from Concurrent Dictionary. You can access devices list by `USBDevicesCollection.Values`.
6. `USBDevices` class inherited from `Concurrent Dictionary`. You can access devices list by `USBDevicesCollection.Values`.
For more information study the codes;
For more information study the codes or contact with me;
## Demo video (GIF)
Expand Down

0 comments on commit be8c229

Please # to comment.