Skip to content

Commit

Permalink
fix: typo in installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
danfimov committed Sep 30, 2023
1 parent b043869 commit 3a3d496
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ API docs: https://cloud.yandex.com/en/docs/tracker/about-api
## Installation

```shell
pip install ya_tracker_clint
pip install ya_tracker_client
```

or

```shell
poetry add ya_tracker_client
```


## Usage

```python
Expand Down

0 comments on commit 3a3d496

Please sign in to comment.