Skip to content

Commit ac33cae

Browse files
committed
chore: fix readmes
1 parent ffb41be commit ac33cae

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,12 @@ if (!result.ok) {
3737
throw Error("Log message error: " + result.error);
3838
}
3939
```
40-
41-
# Getting Started
42-
43-
Have questions or want to get involved? Join our community [Discord](https://discord.polywrap.io) or [open an issue](https://github.com/polywrap/javascript-client/issues) on Github.
44-
45-
For detailed information about Polywrap and the WRAP standard, visit our [developer documentation](https://docs.polywrap.io/).
46-
47-
48-
4940
# Resources
5041

42+
- [Documentation](https://docs.polywrap.io/)
5143
- [Examples](./examples/)
5244
- [Features supported](https://github.com/polywrap/client-readiness/tree/main/clients/js/src/features)
45+
46+
# Support
47+
48+
For any questions or problems, please visit our [Discord](https://discord.polywrap.io).

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ $ yarn run:http
2727
Invoke the IPFS Client wrap; adds file to a local IPFS node, and then retrieves it.
2828
Before running this example, you must instantiate a local IPFS node by running the following command:
2929
```
30-
npx polywrap infra up --modules=eth-ens-ipfs
30+
$ npx polywrap infra up --modules=eth-ens-ipfs
31+
```
32+
And now you can run the example:
3133
```
3234
$ yarn run:ipfs
3335
```

0 commit comments

Comments
 (0)