mirror of https://github.com/waku-org/js-waku.git
Rename Store JavaScript example
This commit is contained in:
parent
21d2532a60
commit
c44071fe5c
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Pure Javascript Using Minified Library
|
||||
# Using Waku Store in JavaScript
|
||||
|
||||
**Demonstrates**:
|
||||
|
Loading…
Reference in New Issue