Skip to content

Commit 4d0f49f

Browse files
committed
readme improved
1 parent 21ac6b8 commit 4d0f49f

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Diff for: README.asciidoc

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ image:https://maven-badges.herokuapp.com/maven-central/com.github.maybeec/lexeme
1212
== Description
1313
The Language-aware XML Merger (for short LeXeMe) is a 2-way XML merger that allows to influence the structural merge by declaring additional structural information. Therefore, a so called _merge schema_ can be specified for each namespace, which itself is a XML document that will be parsed and used by LeXeMe as an additional input for the structural merge.
1414

15+
== Maven usage
16+
[source, xml]
17+
<dependencies>
18+
<dependency>
19+
<groupId>com.github.maybeec</groupId>
20+
<artifactId>lexeme</artifactId>
21+
<version>1.0.0</version>
22+
</dependency>
23+
<dependencies>
24+
1525
== Features
1626
A merge schema allows to specify ...
1727

Diff for: old_README.md

-7
This file was deleted.

0 commit comments

Comments
 (0)