From 5c547fbae9356040206cfbe854e2895a67eb8f61 Mon Sep 17 00:00:00 2001 From: Pileks Date: Fri, 20 Oct 2023 11:53:13 +0200 Subject: [PATCH] Add JS Client reference docs link to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index deb54847f..6070231ed 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ if (!result.ok) { } ``` # Resources - -- [Documentation](https://docs.polywrap.io/) +- [Javascript Client Reference Documentation](https://polywrap.github.io/javascript-client/) +- [Polywrap Documentation](https://docs.polywrap.io/) - [Examples](./examples/) - [Features supported](https://github.com/polywrap/client-readiness/tree/main/clients/js/src/features)