Skip to content

Commit a22ee62

Browse files
committed
fix typo in README & remove unnecessary CI env var
- CI: `CARGO_TERM_COLOR` is already set by `dtolnay/rust-toolchain`
1 parent ca96fa2 commit a22ee62

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [ "master" ]
66
pull_request:
77

8-
env:
9-
CARGO_TERM_COLOR: always
10-
118
jobs:
129
lib:
1310
strategy:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See the documentation for usage examples.
2424
* `defmt`: you can enable the [`defmt`](https://defmt.ferrous-systems.com/) feature to get a `defmt::debug!` call for every speed change.
2525

2626
## Examples
27-
An simple example for the STM32F4 microcontrollers is [available](examples/stm32f4-single-motor-example/README.md).
27+
A simple example for the STM32F4 microcontrollers is [available](examples/stm32f4-single-motor-example/README.md).
2828

2929
## Changelog
3030
For the changelog please see the dedicated [CHANGELOG.md](CHANGELOG.md).

0 commit comments

Comments
 (0)