Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abecevello committed Dec 16, 2024
1 parent da9e29d commit 5281ae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ client api has changed:
down a proxy.
- `proxy.ToxicsUpstream` and `proxy.ToxicsDownstream` have been merged into a
single `ActiveToxics` list.
- `proxy.Toxics()`` no longer requires a direction to be specified, and will
- `proxy.Toxics()` no longer requires a direction to be specified, and will
return toxics for both directions.
- `proxy.SetToxic()` has been replaced by `proxy.AddToxic()`,
`proxy.UpdateToxic()`, and `proxy.RemoveToxic()`.
Expand Down Expand Up @@ -91,7 +91,6 @@ proxy.Delete()

```go
import (
"net/http"
"testing"
"time"

Expand Down

0 comments on commit 5281ae0

Please sign in to comment.