Skip to content

Commit 76b1a1c

Browse files
committed
readme updated
1 parent 6a448b5 commit 76b1a1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# xmllint
22

3-
A cli utility to check the syntax of XML files.
3+
A `cli` utility to check the syntax of [XML](https://www.w3.org/XML/) files.
44

5-
It is written in Rust, and uses the [xml-rs](https://crates.io/crates/xml-rs) library.
5+
It is written in Rust, and uses the [xml](https://crates.io/crates/xml) library.
66

77
## USAGE
88
xmllint <file>
99

10-
## ARGS
10+
### ARGS
1111
<file> XML file to parse
1212

13-
## OPTIONS
13+
### OPTIONS
1414
-h, --help Print help information
1515
-V, --version Print version information
1616

0 commit comments

Comments
 (0)