aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md4
-rwxr-xr-xazalea/README.md5
2 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8cef6a26..55ed8948 100755
--- a/README.md
+++ b/README.md
@@ -32,10 +32,6 @@ The "stable" documentation is available at [docs.rs/azalea](https://docs.rs/azal
If you'd like to chat about Azalea, you can join the Matrix space at [#azalea:matdoes.dev](https://matrix.to/#/#azalea:matdoes.dev) (recommended) or the Discord server at [discord.gg/FaRey6ytmC](https://discord.gg/FaRey6ytmC) (they're bridged so you don't need to join both).
-## Why
-
-For fun, mostly. I wasn't satisfied with the current state of Minecraft bot libraries, and this seemed like a good way to learn Rust.
-
## Goals
- Do everything a vanilla client can do.
diff --git a/azalea/README.md b/azalea/README.md
index 1ec82cd3..e9ad121d 100755
--- a/azalea/README.md
+++ b/azalea/README.md
@@ -1,12 +1,11 @@
Azalea is a framework for creating Minecraft bots.
This page is primarily meant for developers that already know they want to use Azalea.
-See the [readme](https://github.com/azalea-rs/azalea) for an overview of why you might want to use it.
+See the [readme](https://github.com/azalea-rs/azalea) for a higher-level overview of Azalea.
# Installation
-First, install Rust nightly with `rustup install nightly` and `rustup
-default nightly`.
+First, install Rust nightly with `rustup install nightly` and `rustup default nightly`.
Then, add one of the following lines to your Cargo.toml: