From 981105b2c09bd1effc56eb2f63d3b503260d591a Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 11 Nov 2022 20:01:54 -0600 Subject: fix docs --- azalea/src/lib.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'azalea/src/lib.rs') 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"` //! -- cgit v1.2.3