Skip to content

Commit 553f8bd

Browse files
Changing some documentation problems
1 parent a7c6f76 commit 553f8bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22

3-
name = "rust-nntp"
3+
name = "nntp"
44
version = "0.0.1"
55
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
66
repository = "https://github.com/mattnenterprise/rust-nntp"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NNTP Client for Rust
99

1010
Add nntp via your `Cargo.toml`:
1111
```toml
12-
[dependencies.pop3]
12+
[dependencies.nntp]
1313
git = "https://github.com/mattnenterprise/rust-nntp"
1414
```
1515

0 commit comments

Comments
 (0)