Skip to content

Commit 6f52c41

Browse files
committed
#48 md fixes
1 parent 1961d04 commit 6f52c41

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# JUnit Matcher for XSL Transformations
2+
13
[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
24
[![DevOps By Rultor.com](http://www.rultor.com/b/objectionary/xax)](http://www.rultor.com/p/objectionary/xax)
35
[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)
@@ -8,7 +10,6 @@
810
[![Javadoc](http://www.javadoc.io/badge/org.eolang/xax.svg)](http://www.javadoc.io/doc/org.eolang/xax)
911
[![codecov](https://codecov.io/gh/objectionary/xax/branch/master/graph/badge.svg)](https://codecov.io/gh/objectionary/xax)
1012
[![Hits-of-Code](https://hitsofcode.com/github/objectionary/xax)](https://hitsofcode.com/view/github/objectionary/xax)
11-
![Lines of code](https://img.shields.io/tokei/lines/github/objectionary/xax)
1213
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/objectionary/xax/blob/master/LICENSE.txt)
1314

1415
This simple library can help you test your XSL stylesheets against different XML
@@ -81,13 +82,14 @@ Should work.
8182

8283
## How to Contribute
8384

84-
Fork repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
85+
Fork repository, make changes, send us a
86+
[pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
8587
We will review your changes and apply them to the `master` branch shortly,
8688
provided they don't violate our quality standards. To avoid frustration,
8789
before sending us your pull request please run full Maven build:
8890

8991
```bash
90-
$ mvn clean install -Pqulice
92+
mvn clean install -Pqulice
9193
```
9294

9395
You will need Maven 3.3+ and Java 8+.

0 commit comments

Comments
 (0)