Skip to content

Commit a542a83

Browse files
authored
docs: update readme (#72)
1 parent 4e4d2c9 commit a542a83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ Options:
7474
Print version
7575
```
7676

77-
To specify the log verbosity, set the `RUST_LOG` environment variable to your wanted value, e.g., `INFO` or `DEBUG`.
77+
To specify the log verbosity set the `RUST_LOG` environment variable to your wanted value, e.g., `INFO`.
7878

7979

8080
## Threading
8181

82-
To know how many threads (logical cores) you have available on your system you can either of the following commands depending on your host system:
82+
To know how many threads (logical cores) you have available run either of the following commands depending on your host system:
8383

8484
- Windows:
8585
- Command: `Get-WmiObject Win32_Processor | Select-Object Name, NumberOfCores, NumberOfLogicalProcessors`

0 commit comments

Comments
 (0)