added documentation url and fixed a dumb mistake
This commit is contained in:
parent
a047fdd870
commit
112b3fa0c8
2 changed files with 4 additions and 4 deletions
|
|
@ -56,11 +56,10 @@
|
|||
//!
|
||||
//! # Usage
|
||||
//!
|
||||
//! To use `minidom`, add this to your `Cargo.toml`:
|
||||
//! To use `minidom`, add this to your `Cargo.toml` under `dependencies`:
|
||||
//!
|
||||
//! ```toml,ignore
|
||||
//! [dependencies.minidom]
|
||||
//! git = "https://gitlab.com/lumi/minidom-rs.git"
|
||||
//! minidom = "*"
|
||||
//! ```
|
||||
|
||||
extern crate xml;
|
||||
|
|
|
|||
Loading…
Reference in a new issue