This commit is contained in:
Franck Royer 2021-08-02 12:00:28 +10:00
parent 7b87ece951
commit ef27afbbf9
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ In this guide, we will demonstrate how your ReactJS dApp can use Waku Relay to s
Before starting, you need to choose a _Content Topic_ for your dApp.
Check out the [how to choose a content topic guide](choose-content-topic.md) to learn more about content topics.
For this guide, we are using a unique content topic: `/min-js-web-chat/1/chat/proto`.
For this guide, we are using a single content topic: `/min-js-web-chat/1/chat/proto`.
# Setup

View File

@ -6,7 +6,7 @@ You can find Waku Relay's specifications on [Vac RFC](https://rfc.vac.dev/spec/1
Before starting, you need to choose a _Content Topic_ for your dApp.
Check out the [how to choose a content topic guide](choose-content-topic.md) to learn more about content topics.
For this guide, we are using a unique content topic: `/relay-guide/1/chat/proto`.
For this guide, we are using a single content topic: `/relay-guide/1/chat/proto`.
# Installation