Skip to content

Commit 7ac80d8

Browse files
authored
Update README.md
1 parent 5e4bce2 commit 7ac80d8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ This is a demonstration of how to use the RoaringBitmap library from JitPack.
1111
Add the following dependency to your pom.xml file...
1212

1313
```xml
14-
<dependency>
15-
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
16-
<artifactId>roaringbitmap</artifactId>
17-
<version>1.3.15</version>
18-
</dependency>
14+
<dependency>
15+
<groupId>com.github.RoaringBitmap.RoaringBitmap</groupId>
16+
<artifactId>roaringbitmap</artifactId>
17+
<version>1.3.15</version>
18+
</dependency>
1919
```
2020

2121
You may adjust the version number.
@@ -24,10 +24,10 @@ Then add the repository to your pom.xml file:
2424

2525
```xml
2626
<repositories>
27-
<repository>
28-
<id>jitpack.io</id>
29-
<url>https://jitpack.io</url>
30-
</repository>
27+
<repository>
28+
<id>jitpack.io</id>
29+
<url>https://jitpack.io</url>
30+
</repository>
3131
</repositories>
3232
```
3333

0 commit comments

Comments
 (0)