From d74890c63d274f79812cfadf7f8e0d0bd09cd778 Mon Sep 17 00:00:00 2001 From: Hossein Bakhshipoor Date: Mon, 13 May 2024 10:54:41 +0330 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index af70fb2..75f902d 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ This repository not finished and will completed. ## Usage 1. Create new instance of class `USBDevices` - ```sh - public USBDevices USBDevicesCollection { get; set; } - ``` + ```sh + public USBDevices USBDevicesCollection { get; set; } + ``` - ```sh - USBDevicesCollection = new(); - ``` + ```sh + USBDevicesCollection = new(); + ``` 2. By default Connected, Disconnected and Modified events is enabled if you want you can disable each of them by: ```sh