Skip to content

Commit ffbdf2f

Browse files
committed
fix a few errors and clarify hamcrest version
1 parent 5f77830 commit ffbdf2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,19 +150,19 @@ assertThat(createDocument(), valid(Input.fromFile("local.xsd")));
150150

151151
XMLUnit requires Java6.
152152

153-
The `core` library of provides all functionality needed to test XML
153+
The `core` library provides all functionality needed to test XML
154154
output and hasn't got any dependencies. It uses JUnit 4.x for its own
155155
tests.
156156

157-
The core library is complemented by Hamcrest matchers. There also
157+
The core library is complemented by Hamcrest 1.x matchers. There also
158158
exists a `legacy` project that provides the API of XMLUnit 1.x on top
159159
of the 2.x core library.
160160

161161
## Checking out XMLUnit for Java
162162

163163
XMLUnit for Java uses a git submodule for test resources it shares
164164
with XMLUnit.NET. You can either clone this repository using `git
165-
clone --recursive` or run `git submodule update --init` after inside
165+
clone --recursive` or run `git submodule update --init` inside
166166
your fresh working copy after cloning normally.
167167

168168
If you have checked out a working copy before we added the submodule,

0 commit comments

Comments
 (0)