Skip to content

Commit

Permalink
Merge pull request #11 from emahiro/fix/readme_usage
Browse files Browse the repository at this point in the history
fix usage in README.md
  • Loading branch information
Hiromichi Ema authored Oct 30, 2019
2 parents c73770a + 3657a69 commit d026868
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 @@ -19,7 +19,7 @@ go get github.com/emahiro/aehcl
```go

client := &http.Client {
Transport: aehcl.Transport(http.DefaultTransport, aehcl.WithTokenSource(aehcl.FetchIDToken))
Transport: aehcl.Transport(nil)
}

```
Expand Down

0 comments on commit d026868

Please sign in to comment.