Skip to content

Commit

Permalink
chore: update paths in quick use instructions in README for some of t…
Browse files Browse the repository at this point in the history
…he examples
  • Loading branch information
chaitanyaprem committed Jun 23, 2023
1 parent 9190da0 commit bebeff4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/eth-pm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion examples/relay-angular-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-reactjs-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion examples/rln-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/store-reactjs-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion examples/web-chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit bebeff4

Please sign in to comment.