From be8c229edfe57136805fb26894c08993f55b9826 Mon Sep 17 00:00:00 2001 From: Hossein Bakhshipoor Date: Mon, 13 May 2024 11:14:57 +0330 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05f688a..e1b4605 100644 --- a/README.md +++ b/README.md @@ -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)