Skip to content

Commit 2d2ae53

Browse files
committed
fix indentation
1 parent 6450e73 commit 2d2ae53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Getting started:
6060
- Maven: add the following dependency to your pom.xml:
6161

6262
```
63-
<dependency>
64-
<groupId>io.github.qualtagh.swing.table</groupId>
65-
<artifactId>JBroTable</artifactId>
66-
<version>2.0.1</version>
67-
</dependency>
63+
<dependency>
64+
<groupId>io.github.qualtagh.swing.table</groupId>
65+
<artifactId>JBroTable</artifactId>
66+
<version>2.0.1</version>
67+
</dependency>
6868
```
6969

7070
Sample usage:

0 commit comments

Comments
 (0)