Skip to content

Commit e78aaa8

Browse files
author
Andrew J Westlake
committed
Removed some redundancies in the README
1 parent b2193e9 commit e78aaa8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
* PyO3 Asyncio API Documentation: [stable](https://docs.rs/pyo3-asyncio/) | [master](https://awestlake87.github.io/pyo3-asyncio/master/doc)
1313

14-
* PyO3 Guide for Async / Await [stable](https://pyo3.rs/v0.13.2/ecosystem/async-await.html) | [main](https://pyo3.rs/main/ecosystem/async-await.html)
14+
* Guide for Async / Await [stable](https://pyo3.rs/v0.13.2/ecosystem/async-await.html) | [main](https://pyo3.rs/main/ecosystem/async-await.html)
1515

1616
* Contributing Notes: [github](https://github.com/awestlake87/pyo3-asyncio/blob/master/Contributing.md)
1717

@@ -83,10 +83,6 @@ Make your project depend on `pyo3` with the `extension-module` feature enabled a
8383

8484
For `async-std`:
8585
```toml
86-
[lib]
87-
name = "my_async_module"
88-
crate-type = ["cdylib"]
89-
9086
[dependencies]
9187
pyo3 = { version = "0.13", features = ["extension-module"] }
9288
pyo3-asyncio = { version = "0.13", features = ["async-std-runtime"] }
@@ -95,10 +91,6 @@ async-std = "1.9"
9591

9692
For `tokio`:
9793
```toml
98-
[lib]
99-
name = "my_async_module"
100-
crate-type = ["cdylib"]
101-
10294
[dependencies]
10395
pyo3 = { version = "0.13", features = ["extension-module"] }
10496
pyo3-asyncio = { version = "0.13", features = ["tokio-runtime"] }

0 commit comments

Comments
 (0)