Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Natarov committed Sep 19, 2024
1 parent dfbc403 commit 2eb55e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are a couple of options for authorizing your requests:
### Service Account Keys

```python
# you can store and read it from a JSON file
# you can store and read it from a JSON file
sa_key = {
"id": "...",
"service_account_id": "...",
Expand Down Expand Up @@ -58,6 +58,8 @@ For step-by-step instructions and examples of how to get an **IAM token** for yo
* Use `make submodule` to fetch proto specifications.
* Use `make generate` to generate wrappers for gRPC services.

Dependencies for the code generator tool are specified in `buf.gen.yaml`.

### Formatting

Use `make format` to autoformat code with various set of tools.
Expand Down

0 comments on commit 2eb55e2

Please sign in to comment.