Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Jul 29, 2024
1 parent bfd1456 commit 8c6138d
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 @@ -44,8 +44,8 @@ my-grpc-extensions = { tag = "get_tag_from_github", git = "https://github.com/My
#### main.rs
```rust

// Here we specify settings behind SSH connection. For instance: http://10.0.0.1:5051 which means we connecting to
// remote network 10.0.0.0/24 behind SSH connection.
// Here we specify settings behind SSH connection. For instance: http://10.0.0.1:5051
// which means we connecting to remote network 10.0.0.0/24 behind SSH connection.
let grpc_settings = GrpcLogSettings::new(over_ssh_connection.remote_resource_string);

let grpc_client = MyLoggerGrpcClient::new(Arc::new(grpc_settings));
Expand Down

0 comments on commit 8c6138d

Please sign in to comment.