Skip to content

Commit

Permalink
Update App.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Apr 5, 2023
1 parent 07ab4b5 commit 705f8c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class Members extends Component {
<div className="container">
<h2>Main projects</h2>
<ul>
<li><a href="https://minecraft-data.prismarine.js.org/">Minecraft data</a> : Language independent module providing minecraft data for minecraft clients, servers and libraries.</li>
<li><a href="https://mineflayer.prismarine.js.org/">Mineflayer</a> : Create Minecraft bots with a powerful, stable, and high level JavaScript API..</li>
<li><a href="https://flying-squid.prismarine.js.org/">Flying-squid</a> : Create Minecraft servers with a powerful, stable, and high level JavaScript API.</li>
<li><a href="https://node-minecraft-protocol.prismarine.js.org/">Minecraft protocol</a> : Parse and serialize minecraft packets, plus authentication and encryption..</li>
<li><a href="https://prismarinejs.github.io/minecraft-data">Minecraft data</a> : Language independent module providing minecraft data for minecraft clients, servers and libraries.</li>
<li><a href="https://prismarinejs.github.io/mineflayer">Mineflayer</a> : Create Minecraft bots with a powerful, stable, and high level JavaScript API..</li>
<li><a href="https://prismarinejs.github.io/flying-squid">Flying-squid</a> : Create Minecraft servers with a powerful, stable, and high level JavaScript API.</li>
<li><a href="https://prismarinejs.github.io/node-minecraft-protocol">Minecraft protocol</a> : Parse and serialize minecraft packets, plus authentication and encryption..</li>
</ul>
<h2>How to contribute</h2>
<p>Go to <a href="https://github.com/PrismarineJS/prismarine-contribute">prismarine-contribute</a> to learn more about the projects
Expand Down

0 comments on commit 705f8c0

Please sign in to comment.