Skip to content

Commit

Permalink
Merge pull request #8 from emahiro/update/write_instllation_in_readme
Browse files Browse the repository at this point in the history
Write installation in README.md
  • Loading branch information
Hiromichi Ema authored Oct 28, 2019
2 parents 134c170 + 4c04f7d commit f1709fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
App Engine HTTP Client provides HTTP RoundTripper for authentication service-to-service in Google App Engine.
This package is inspired by [Authentication Service-to-Service](https://cloud.google.com/run/docs/authenticating/service-to-service)

## Installation

```sh
go get github.com/emahiro/aehcl
```

## Usage

```go
Expand Down

0 comments on commit f1709fa

Please sign in to comment.