We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a448b5 commit 76b1a1cCopy full SHA for 76b1a1c
README.md
@@ -1,16 +1,16 @@
1
# xmllint
2
3
-A cli utility to check the syntax of XML files.
+A `cli` utility to check the syntax of [XML](https://www.w3.org/XML/) files.
4
5
-It is written in Rust, and uses the [xml-rs](https://crates.io/crates/xml-rs) library.
+It is written in Rust, and uses the [xml](https://crates.io/crates/xml) library.
6
7
## USAGE
8
xmllint <file>
9
10
-## ARGS
+### ARGS
11
<file> XML file to parse
12
13
-## OPTIONS
+### OPTIONS
14
-h, --help Print help information
15
-V, --version Print version information
16
0 commit comments