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 4bb2416 commit d859eca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ And you can use it: https://github.com/MyJetTools/my-ssh

#### Cargo.toml
```toml
my-grpc-extensions = { tag = "{max_version}", git = "https://github.com/MyJetTools/my-grpc-extensions.git", features = [
my-grpc-extensions = { tag = "get_tag_from_github", git = "https://github.com/MyJetTools/my-grpc-extensions.git", features = [
"grpc-client",
"with-unix-socket",
"with-ssh",
Expand All @@ -42,7 +42,6 @@ my-grpc-extensions = { tag = "{max_version}", git = "https://github.com/MyJetToo
```


$$$
```rust
let grpc_client = MyLoggerGrpcClient::new(Arc::new(GrpcLogSettings::new(
over_ssh_connection.remote_resource_string,
Expand Down

0 comments on commit d859eca

Please sign in to comment.