Skip to content

Commit

Permalink
docs: be more clear about library usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Nov 4, 2024
1 parent 39347ca commit 8609a18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
Go SDK for implementing [Google API Improvement Proposals](https://aip.dev/)
(AIP).

## Installing
## Example library usage

```bash
$ go get -u go.einride.tech/aip
go get -u go.einride.tech/aip
```

## Examples

### [AIP-132](https://google.aip.dev/132) (Standard method: List)

- Use [`pagination.PageToken`](./pagination/pagetoken.go) to implement
Expand Down

0 comments on commit 8609a18

Please sign in to comment.