Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogoc committed Apr 23, 2024
1 parent 6f211de commit a8900d7
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 @@ -6,7 +6,7 @@ A Grpc name resolver for [`tonic`](https://github.com/hyperium/tonic)

```rust
let uri = "kubernetes://service-name:8080/".into;
let channel = tonic_lb::default_channel(uri).await?;
let channel = tonic_lb::kube::default_channel(uri).await?;
let client = YourServiceClient::new(channel);
```

Expand Down

0 comments on commit a8900d7

Please sign in to comment.