Skip to content

Commit 9299c04

Browse files
committed
tweak crate description
1 parent b1e7b13 commit 9299c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>"]
33
categories = ["asynchronous", "embedded", "hardware-support", "no-std"]
4-
description = "Minimal Hardware Abstraction Layer for embedded systems"
4+
description = " A Hardware Abstraction Layer (HAL) for embedded systems "
55
documentation = "https://docs.rs/embedded-hal"
66
keywords = ["hal", "IO"]
77
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `embedded-hal`
22

3-
> A minimal Hardware Abstraction Layer (HAL) for embedded systems
3+
> A Hardware Abstraction Layer (HAL) for embedded systems
44
55
## [Documentation]
66

0 commit comments

Comments
 (0)