From d5108b2bb30a929ac86cf142b3d2c19b051dd50b Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Fri, 10 May 2024 08:17:18 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb742d..06a1f6c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ print(resvg_py.svg_to_bytes(svg_string=svg_string)) ``` -(if you want a more complex solution please check the [api](https://resvg-py.readthedocs.io/en/latest/resvg.html). It exposes everything resvg has.) +(if you want a more complex solution please check the [api](https://resvg-py.readthedocs.io/en/latest/resvg.html) or [usage](https://resvg-py.readthedocs.io/en/latest/usage.html). It exposes everything resvg has.) ## Requires