aboutsummaryrefslogtreecommitdiff
path: root/azalea/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/src')
-rw-r--r--azalea/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs
index 4a042b79..20bab405 100644
--- a/azalea/src/lib.rs
+++ b/azalea/src/lib.rs
@@ -6,16 +6,16 @@
//! code, since everything from azalea_client is re-exported in azalea.
//!
//! # Installation
-//!
+//!
//! First, install Rust nightly with `rustup install nightly` and `rustup
//! default nightly`.
-//!
+//!
//! Then, add one of the following lines to your Cargo.toml.\
//! Latest bleeding-edge version:
//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`
//! Latest "stable" release:
//! `azalea = "0.3"`
-//!
+//!
//! # Examples
//!
//! ```rust,no_run