Skip to content

Commit 30a9af6

Browse files
authored
Update README.md
1 parent 024362b commit 30a9af6

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ This is a standalone, lightweight, simple to use, fully tested and stable implem
1313

1414
Add dependency to your `pom.xml` ([check latest release](https://github.com/patrickfav/hkdf/releases)):
1515

16-
<dependency>
17-
<groupId>at.favre.lib</groupId>
18-
<artifactId>hkdf</artifactId>
19-
<version>{latest-version}</version>
20-
</dependency>
16+
```xml
17+
<dependency>
18+
<groupId>at.favre.lib</groupId>
19+
<artifactId>hkdf</artifactId>
20+
<version>{latest-version}</version>
21+
</dependency>
22+
```
2123

2224
A very simple example:
2325

@@ -73,11 +75,13 @@ The artifacts are deployed to [jcenter](https://bintray.com/bintray/jcenter) and
7375

7476
Add dependency to your `pom.xml`:
7577

76-
<dependency>
77-
<groupId>at.favre.lib</groupId>
78-
<artifactId>hkdf</artifactId>
79-
<version>{latest-version}</version>
80-
</dependency>
78+
```xml
79+
<dependency>
80+
<groupId>at.favre.lib</groupId>
81+
<artifactId>hkdf</artifactId>
82+
<version>{latest-version}</version>
83+
</dependency>
84+
```
8185

8286
### Gradle
8387

0 commit comments

Comments
 (0)