aboutsummaryrefslogtreecommitdiff
path: root/azalea/src/lib.rs
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-11-12 02:04:15 +0000
committerUbuntu <github@matdoes.dev>2022-11-12 02:04:15 +0000
commit3530faea4e5e7e2b4b4ce31073219e615057cf33 (patch)
treea37c0e448f4ab593473b340cbe17b85f2596ed55 /azalea/src/lib.rs
parent4a1ec068fc13393e249853403085be6958a807a4 (diff)
parent981105b2c09bd1effc56eb2f63d3b503260d591a (diff)
downloadazalea-drasl-3530faea4e5e7e2b4b4ce31073219e615057cf33.tar.xz
Merge branch 'main' of https://github.com/mat-1/azalea into main
Diffstat (limited to 'azalea/src/lib.rs')
-rw-r--r--azalea/src/lib.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs
index 20bab405..b2d54d63 100644
--- a/azalea/src/lib.rs
+++ b/azalea/src/lib.rs
@@ -10,9 +10,10 @@
//! First, install Rust nightly with `rustup install nightly` and `rustup
//! default nightly`.
//!
-//! Then, add one of the following lines to your Cargo.toml.\
+//! Then, add one of the following lines to your Cargo.toml:
+//!
//! Latest bleeding-edge version:
-//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`
+//! `azalea = { git="https://github.com/mat-1/Cargo.toml" }`\
//! Latest "stable" release:
//! `azalea = "0.3"`
//!