Skip to content

Commit

Permalink
docs: update '202 - Storage' to '201 - Storage' (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: Your Name <[email protected]>
  • Loading branch information
voztaka and Your Name authored Dec 13, 2023
1 parent 8cf6937 commit 34a6f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/helia-101/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- [Installation and Running example](#installation-and-running-example)
- [Usage](#usage)
- [101 - Basics](#101---basics)
- [202 - Storage](#202---storage)
- [201 - Storage](#201---storage)
- [Blockstore](#blockstore)
- [Datastore](#datastore)
- [301 - Networking](#301---networking)
Expand Down Expand Up @@ -124,7 +124,7 @@ That's it! We've created a Helia node, added a file to it, and retrieved that f

Next we will look at where the bytes that make up the file go.

### 202 - Storage
### 201 - Storage

Out of the box Helia will store all data in-memory. This makes it easy to get started, and to create short-lived nodes that do not persist state between restarts, but what if you want to store large amounts of data for long amounts of time?

Expand Down

0 comments on commit 34a6f9c

Please sign in to comment.