Skip to content

Commit

Permalink
docs: fix typo in README.md (#305)
Browse files Browse the repository at this point in the history
Fixed Filecoin typo.
  • Loading branch information
Gtoyos committed Apr 23, 2024
1 parent 059af9d commit 56a4790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Feel free to jump directly into the examples, however going through the followin
- [Helia-101](/examples/helia-101/): Spawn a Helia node, add a file and cat the file
- [Helia CommonJS](/examples/helia-cjs/): Just like Helia-101, but with [CommonJS](https://en.wikipedia.org/wiki/CommonJS) instead of [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)
- [Helia via CDNs](/examples/helia-script-tag/): A simple proof-of-concept to distributing and using Helia using `<script>` tags
- [Creating a CAR file with Helia](/examples/helia-create-car/): An example showing how to create a car file with Helia. CAR files are useful for making filecion deals.
- [Creating a CAR file with Helia](/examples/helia-create-car/): An example showing how to create a car file with Helia. CAR files are useful for making Filecoin deals.

#### Frameworks

Expand Down

0 comments on commit 56a4790

Please sign in to comment.