Skip to content

Commit d3abc79

Browse files
author
Andrei Sudarikov
committed
Make minor layout changes to improve readability.
1 parent 27278da commit d3abc79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ sdk = doublecloud.SDK(iam_token="t1.9eu...")
4848

4949
Check the `examples` directory for more examples.
5050

51-
For step-by-step instructions and examples of how to get an **IAM token** for your service account, see the [DoubleCloud documentation](https://double.cloud/docs/en/public-api/get-iam-token)
51+
For step-by-step instructions and examples of how to get an **IAM token** for your service account, see the [DoubleCloud documentation](https://double.cloud/docs/en/public-api/get-iam-token).
5252

5353
## How to contribute
5454

5555
### Dependencies
5656

57-
Use `make venv` command to install the library, its production and development dependencies.
58-
Use `make submodule` to fetch proto specifications.
59-
Use `make generate` to generate wrappers for gRPC services.
57+
* Use `make venv` command to install the library, its production and development dependencies.
58+
* Use `make submodule` to fetch proto specifications.
59+
* Use `make generate` to generate wrappers for gRPC services.
6060

6161
### Formatting
6262

0 commit comments

Comments
 (0)