From 3a3d496361316d6e30ed23723a80bba192a80125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=90=D0=BD?= =?UTF-8?q?=D1=84=D0=B8=D0=BC=D0=BE=D0=B2?= Date: Sat, 30 Sep 2023 21:55:43 +0300 Subject: [PATCH] fix: typo in installation guide --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee0846c..528059c 100644 --- a/README.md +++ b/README.md @@ -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