From 888861b57a74a1562735ebdc7260837d7afd1b03 Mon Sep 17 00:00:00 2001 From: Tero Paloheimo Date: Sat, 18 Feb 2023 12:32:52 +0200 Subject: [PATCH] Update README Change a directory name and fix a typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d59761a..4cd33a1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Supported features: ## Usage -> TODO: Publish to PyPi +> TODO: Publish to PyPI You can use this package by adding the following to your `requirements.txt`: @@ -19,7 +19,7 @@ You can use this package by adding the following to your `requirements.txt`: git+https://github.com/Jalle19/pycaruna.git@7289352ee5f0a829c21a71f131ad34df9f3c3c24#egg=pycaruna==0.0.2 ``` -The `assets/` directory has example Python programs illustrrating how to use the library. +The `examples/` directory has example Python programs illustrating how to use the library. The `resources/` directory has examples of API response structures.