Skip to content

Commit

Permalink
update document to enable ws & rustls / openssl if user wants to use …
Browse files Browse the repository at this point in the history
…websockets (gakonst#1197)
  • Loading branch information
slothlockholmes authored May 2, 2022
1 parent 4d24acd commit fcc2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ println!("Got code: {}", serde_json::to_string(&code)?);

# Websockets

The crate has support for WebSockets via Tokio.
The crate has support for WebSockets via Tokio. Please ensure that you have the "ws" and "rustls" / "openssl" features enabled if you wish to use WebSockets.

```
# async fn foo() -> Result<(), Box<dyn std::error::Error>> {
Expand Down

0 comments on commit fcc2151

Please sign in to comment.