From dce332d80a041356d8971d2ff8d7bdc807f50e8f Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 17 Jun 2022 10:49:30 +1000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7b29cc..1232f97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Examples -Here is the list of the code examples and the features they demonstrate: +Here is the list of the examples using [`js-waku`](https://www.npmjs.com/package/js-waku) and the features they demonstrate: - [Web Chat App](web-chat): Group chat, React/TypeScript, Relay, Store. - [Ethereum Private Message Web App](eth-pm): Private Messaging, React/TypeScript, Light Push, Signature with Web3, Asymmetric Encryption.