diff --git a/src/lib.rs b/src/lib.rs index 493f4cb..5c43f7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ //! Game Server Query Library. //! -//! # Example +//! # An usage example: //! //! ```no_run //! use gamedig::games::tf2; @@ -15,7 +15,7 @@ //! } //! ``` //! -//! # Features: +//! # Crate features: //! Enabled by default: None //! //! `no_games` - disables the included games support.