Skip to content

Commit 8ee732c

Browse files
committed
Address review feedback
1 parent 9d67168 commit 8ee732c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="repo-group">
1414
<h3><i class="fa fa-cogs"></i> VIRTUAL MACHINE (EVM)</h3>
1515
<p>Implementation of the Ethereum Virtual Machine in TypeScript supporting
16-
all hardforks and allowing for easy integration of the EVM in browser applications.</p>
16+
all hardforks and allowing for easy integration of the EVM in web applications.</p>
1717
</div>
1818

1919
<div class="repo-group">
@@ -30,7 +30,7 @@
3030
<ul>
3131
<li>All hardforks until Shanghai</li>
3232
<li>Preliminary Cancun support (incl. EIP-4844)</li>
33-
<li>Extended tracing and debug support</li>
33+
<li>Basic tracing and debug support</li>
3434
<li>Flexible EIP on/off engine</li>
3535
<li>Modular EVM core</li>
3636
</ul>
@@ -232,7 +232,7 @@
232232
@ethereumjs/devp2p
233233
</div>
234234
<div class="repo-description">
235-
Devp2p implementation with support for Discovery (DPT), RLPx transport, ETH protocol and SNAP.
235+
Devp2p implementation with support for Discovery (DPT), RLPx transport, ETH protocol, LES and SNAP.
236236
</div>
237237
</div>
238238
</div>

0 commit comments

Comments
 (0)