Skip to content

Commit

Permalink
fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Dec 23, 2018
1 parent 49fd2b8 commit 66dcc99
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 @@ -41,10 +41,10 @@ This will generate an implementation of the io.Reader interface wrapped with pro
$ gowrap gen -p io -i Reader -t prometheus -o reader_with_metrics.go
```

This will generate a fallback decorator for the Connector interface that can be found in the ./connector directory:
This will generate a fallback decorator for the Connector interface that can be found in the ./connector subpackage:

```
$ gowrap gen -d ./connector -i Connector -t fallback -o ./connector/with_metrics.go
$ gowrap gen -p ./connector -i Connector -t fallback -o ./connector/with_metrics.go
```

Run `gowrap help` for more options
Expand Down

0 comments on commit 66dcc99

Please sign in to comment.