Skip to content

Commit d2f14fb

Browse files
nijoe1hugomrdias
authored andcommitted
docs: clarify runtime support and add playground example
1 parent 4865ff7 commit d2f14fb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ⨎ Synapse
22

3-
> Javascript packages for Filecoin Onchain Cloud.
3+
> Javascript packages for Filecoin Onchain Cloud. Works in Node.js, browsers, and all major bundlers.
44
55
## Packages
66

@@ -16,11 +16,12 @@ Check the documentation [website](https://docs.filecoin.cloud/)
1616

1717
## Examples
1818

19-
The `examples` folder has many examples on how to start using Synapse in different environments and frameworks.
19+
Examples on how to start using Synapse in different environments and frameworks.
2020

21+
- [`synapse-playground`](https://github.com/FilOzone/synapse-sdk/tree/master/apps/synapse-playground) - How to build a React app using Synapse
22+
- [`cli`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/cli) - How to build a CLI in Node JS using Synapse
2123
- [`script-tag`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/script-tag) - Use Synapse with CDN script tag.
2224
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/FilOzone/synapse-sdk/tree/master/examples/script-tag?title=Synapse%20Script%20Tag&hideExplorer=1&theme=dark)
23-
- [`cli`](https://github.com/FilOzone/synapse-sdk/tree/master/examples/cli) - How to build a CLI in Node JS using Synapse
2425

2526
To clone it locally:
2627

0 commit comments

Comments
 (0)