Skip to content

Commit

Permalink
docs: update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski committed Mar 3, 2023
1 parent c6a152a commit 157cce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ That's all! Now we can start the server. Take a look at the available [Server ba

Enable using
```toml
ezsockets = { version = "0.3", features = ["tungstenite"] }
ezsockets = { version = "0.4", features = ["tungstenite"] }
```

```rust
Expand All @@ -181,7 +181,7 @@ async fn main() {

Enable using
```toml
ezsockets = { version = "0.3", features = ["axum"] }
ezsockets = { version = "0.4", features = ["axum"] }
```

```rust
Expand Down

0 comments on commit 157cce6

Please sign in to comment.