Skip to content

Commit f298746

Browse files
author
Mike Ho
committed
Spacing formatting for clode blocks.
1 parent 218658c commit f298746

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.markdown

+15-15
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ Quick start
2121
#### Using Maven
2222
The quickest and easiest way to start using MongoJack is to use Maven. To do that, add the following to your dependencies list:
2323

24-
<dependency>
25-
<groupId>org.mongojack</groupId>
26-
<artifactId>mongojack</artifactId>
27-
<version>2.1.0-SNAPSHOT</version>
28-
</dependency>
24+
<dependency>
25+
<groupId>org.mongojack</groupId>
26+
<artifactId>mongojack</artifactId>
27+
<version>2.1.0-SNAPSHOT</version>
28+
</dependency>
2929

3030
You will also have to tell Maven to use the snapshot repository. To do that, add the following above the `<build />` element and as a subelement of `<project />`:
3131

32-
<repositories>
33-
<repository>
34-
<id>oss-sonatype</id>
35-
<name>oss-sonatype</name>
36-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
37-
<snapshots>
38-
<enabled>true</enabled>
39-
</snapshots>
40-
</repository>
41-
</repositories>
32+
<repositories>
33+
<repository>
34+
<id>oss-sonatype</id>
35+
<name>oss-sonatype</name>
36+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
37+
<snapshots>
38+
<enabled>true</enabled>
39+
</snapshots>
40+
</repository>
41+
</repositories>
4242

4343
### Writing code
4444

0 commit comments

Comments
 (0)