Skip to content

Commit

Permalink
chore: fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinlanhenke committed Oct 7, 2024
1 parent 0cdb8ef commit aee4f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async fn main() -> Result<()> {

The following example demonstrates how to subscribe to events emitted by nodes in the SWIM cluster.

```Rust
```rust
use std::time::Duration;

use swim_rs::{
Expand Down

0 comments on commit aee4f67

Please sign in to comment.