chore: update paths in quick use instructions in README for some of the examples (#244)

This commit is contained in:
Prem Chaitanya Prathi 2023-06-23 10:05:06 +05:30 committed by GitHub
parent 9190da0e0d
commit 1575056c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ To run a development version locally, do:
```shell
git clone https://github.com/waku-org/js-waku-examples
cd eth-pm
cd js-waku-examples/examples/eth-pm
npm install
npm run start
```

View File

@ -16,7 +16,7 @@ To run a development version locally, do:
```shell
git clone https://github.com/waku-org/js-waku-examples
cd relay-angular-chat
cd js-waku-examples/examples/relay-angular-chat
npm install
npm start
```

View File

@ -16,7 +16,7 @@ To run a development version locally, do:
```shell
git clone https://github.com/waku-org/js-waku-examples
cd relay-reactjs-chat
cd js-waku-examples/examples/relay-reactjs-chat
npm install
npm run start
```

View File

@ -19,7 +19,7 @@ To test the example:
```shell
git clone https://github.com/waku-org/js-waku-examples
cd js-waku-examples/rln-js
cd js-waku-examples/examples/rln-js
npm install
npm run start
# open http://127.0.0.1:8080 In your browser

View File

@ -15,7 +15,7 @@ To run a development version locally, do:
```shell
git clone https://github.com/waku-org/js-waku-examples
cd store-reactjs-chat
cd js-waku-examples/examples/store-reactjs-chat
npm install
npm run start
```

View File

@ -17,7 +17,7 @@ To run a development version locally, do:
```shell
git clone https://github.com/waku-org/js-waku-examples
cd web-chat
cd js-waku-examples/examples/web-chat
npm install
npm run start
```