Skip to content

Commit

Permalink
fixed code markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaRay committed Jan 12, 2023
1 parent 40f892f commit 6650480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Note that in order to work with Windows you need to [install libusb driver first

## Usage

```
```rust
use uem_reader::reader::*;
use uem_reader::commands::*;
use uem_reader::commands::reader::*;
Expand Down Expand Up @@ -61,4 +61,4 @@ Note that in order to work with Windows you need to [install libusb driver first
if uem_reader.close().is_err() {
return;
};
```
```

0 comments on commit 6650480

Please sign in to comment.