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 c0c78fd commit d74890c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d74890c

Please # to comment.