From c44071fe5c847032adbd0eb5ddccd061f7285def Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 21 Mar 2022 11:09:36 +1100 Subject: [PATCH] Rename Store JavaScript example --- examples/README.md | 2 +- examples/{unpkg-js-store => store-js}/README.md | 2 +- examples/{unpkg-js-store => store-js}/index.html | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename examples/{unpkg-js-store => store-js}/README.md (91%) rename examples/{unpkg-js-store => store-js}/index.html (100%) diff --git a/examples/README.md b/examples/README.md index 668f5aa62b..a41a7eb81e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -12,6 +12,6 @@ Here is the list of the code examples and the features they demonstrate: Protobuf using `protons`, No async/await syntax. - [Minimal ReactJS Waku Store App](store-reactjs-chat): Waku Store, React/JavaScript, Protobuf using `protons`. -- [Pure Javascript Using Minified Library](unpkg-js-store): Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript. +- [Using Waku Store in JavaScript](store-js): Stop retrieving results from Waku Store on condition, Use minified bundle from Unpkg.com, JavaScript. See https://docs.wakuconnect.dev/docs/examples/ for more examples. diff --git a/examples/unpkg-js-store/README.md b/examples/store-js/README.md similarity index 91% rename from examples/unpkg-js-store/README.md rename to examples/store-js/README.md index 73e1525375..524c405bb8 100644 --- a/examples/unpkg-js-store/README.md +++ b/examples/store-js/README.md @@ -1,4 +1,4 @@ -# Pure Javascript Using Minified Library +# Using Waku Store in JavaScript **Demonstrates**: diff --git a/examples/unpkg-js-store/index.html b/examples/store-js/index.html similarity index 100% rename from examples/unpkg-js-store/index.html rename to examples/store-js/index.html