diff --git a/src/lib.rs b/src/lib.rs index 81d9c50..3c144b3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,10 @@ -//! +//! Client library for the API //! //! # Example blocking +//! It needs to have the feature "blocking" enabled. +//! ```toml +//! radiobrowser = { version = "*", features = ["blocking"] } +//! ``` //! ```rust //! use radiobrowser::blocking::RadioBrowserAPI; //! use std::error::Error;