Skip to content

Commit cc57a35

Browse files
committed
md fix
1 parent 4070260 commit cc57a35

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img alt="logo" src="https://www.jcabi.com/logo-square.svg" width="64px" height="64px" />
1+
# Simple XML Parsing and Traversing, in Java
22

33
[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
44
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)
@@ -12,7 +12,7 @@
1212
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-xml/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-xml)
1313

1414
More details are here: [xml.jcabi.com](http://xml.jcabi.com/index.html).
15-
Also, read this blog post: [Java XML Parsing Made Easy](http://www.yegor256.com/2014/04/24/java-xml-parsing-and-traversing.html).
15+
Also, read this blog post: [Java XML Parsing Made Easy][blog].
1616

1717
It's a simple wrapper around DOM that makes XML parsing and printing
1818
easy and simple, for example:
@@ -34,6 +34,8 @@ the `master` branch, if they look correct.
3434

3535
Please run Maven build before submitting a pull request:
3636

37+
```bash
38+
mvn clean install -Pqulice
3739
```
38-
$ mvn clean install -Pqulice
39-
```
40+
41+
[blog]: http://www.yegor256.com/2014/04/24/java-xml-parsing-and-traversing.html

0 commit comments

Comments
 (0)