From 6f2bd5801cd9487ff4e3381e42f6203c09072622 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Thu, 23 Nov 2023 19:08:58 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a4e2cb3..c382d72d 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ Alternatively, you can download the package [here](https://download.enlightenmen
## Documentation -ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also found in the [docs](/docs) folder of this repo. +The ThorVG API documentation can be accessed at [thorvg.org/apis](https://www.thorvg.org/apis), and is also available in the [C++ API](https://github.com/thorvg/thorvg/blob/main/inc/thorvg.h), [C API](https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h) within this repository. [Back to contents](#contents)