Skip to content

Commit 49b61e9

Browse files
authored
Update README.md
1 parent 3ce2016 commit 49b61e9

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,21 @@ dependencies {
122122
```
123123

124124
**2. Maven**
125-
- Add the following to your `pom.xml`:
125+
- Add the following to the `<repositories>` section of your `pom.xml`:
126+
126127
```xml
127128
<repository>
128-
<id>jitpack.io</id>
129-
<url>https://jitpack.io</url>
129+
<id>jitpack.io</id>
130+
<url>https://jitpack.io</url>
130131
</repository>
132+
```
133+
- Add the following to the `<dependencies>` section of your `pom.xml`:
131134

135+
```xml
132136
<dependency>
133-
<groupId>com.github.PhilJay</groupId>
134-
<artifactId>MPAndroidChart</artifactId>
135-
<version>v3.0.0</version>
137+
<groupId>com.github.PhilJay</groupId>
138+
<artifactId>MPAndroidChart</artifactId>
139+
<version>v3.0.0</version>
136140
</dependency>
137141
```
138142

0 commit comments

Comments
 (0)