Skip to content

Commit 6d814a7

Browse files
Address feedback
1 parent 1e5f565 commit 6d814a7

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
@@ -7,7 +7,7 @@ authors = [
77
88
]
99
license = "MIT/Apache-2.0"
10-
description = "Maintained high-level bindings to the zeromq library"
10+
description = "High-level bindings to the zeromq library"
1111
keywords = ["bindings", "protocol"]
1212
categories = ["api-bindings", "network-programming"]
1313
repository = "https://github.com/erickt/rust-zmq"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn main() {
4545
```
4646

4747
You can find more usage examples in
48-
https://github.com/Traverse-Research/zmq/tree/master/examples.
48+
https://github.com/erickt/rust-zmq/tree/master/examples.
4949

5050
# Contributing
5151

0 commit comments

Comments
 (0)