Skip to content

Commit

Permalink
misc: typo in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
knsd committed Jan 9, 2018
1 parent eb9c6cd commit 8c1b286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/telegram-rs/telegram-bot"
readme = "../README.md"

keywords = ["telegram", "bot", "chat", "api"]
categories = ["api-bidings", "asynchronous"]
categories = ["api-bindings", "asynchronous"]
license = "MIT"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion raw/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/telegram-rs/telegram-bot"
readme = "../README.md"

keywords = ["telegram", "bot", "chat", "api"]
categories = ["api-bidings"]
categories = ["api-bindings"]
license = "MIT"

[dependencies]
Expand Down

0 comments on commit 8c1b286

Please sign in to comment.