Skip to content

Commit 90a48f1

Browse files
committed
Fix bad keyword.
1 parent 5b64609 commit 90a48f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pc-keyboard"
33
version = "0.7.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>", "Rust Embedded Community Contributors"]
55
description = "PS/2 keyboard interface library."
6-
keywords = ["keyboard", "ps/2", "scancode", "layout"]
6+
keywords = ["keyboard", "ps2", "scancode", "layout"]
77
categories = ["embedded", "no-std"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-embedded-community/pc-keyboard.git"

0 commit comments

Comments
 (0)