Skip to content

Commit

Permalink
Fix typos and add list to installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
Perelyn-sama authored and njgheorghita committed Aug 1, 2023
1 parent bbcc902 commit 2fff9ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/src/introduction/portal_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The portal network is a response to two needs. Users should have the ability to:

[EIP-4444: Bound Historical Data in Execution Clients](https://eips.ethereum.org/EIPS/eip-4444)
is an upgrade that seeks to limit the costs of participating in the network. It does this
by allowing by clearing data older than 1 year.
by allowing the clearing of data older than 1 year.

## How the Portal network works

Expand Down Expand Up @@ -52,7 +52,7 @@ graph LR;
```

### Standard requests
Node each have a name, and only hold data that is similar to that name. Peers can tell who
Each node has a name, and only holds data that is similar to that name. Peers can tell who
is likely to have what data based on these names.
```mermaid
sequenceDiagram
Expand Down
7 changes: 6 additions & 1 deletion book/src/users/installation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Installation

The following are guides for installation on different platforms.
Other methods may be used as appropriate.
Other methods may be used as appropriate.

* [Mac OS](./installation/mac_os.md)
* [Linux](./installation/linux.md)
* [Raspberry Pi](./installation/raspberry_pi.md)
* [Windows](./installation/windows.md)

0 comments on commit 2fff9ff

Please sign in to comment.