Skip to content

Commit 213bbb0

Browse files
authored
docs: Improve syntax highlighting in README (#524)
1 parent 168d2b4 commit 213bbb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can get the msal4j package through Maven or Gradle.
2424

2525
### Maven
2626
Find [the latest package in the Maven repository](https://mvnrepository.com/artifact/com.microsoft.azure/msal4j).
27-
```
27+
```xml
2828
<dependency>
2929
<groupId>com.microsoft.azure</groupId>
3030
<artifactId>msal4j</artifactId>
@@ -33,7 +33,9 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
3333
```
3434
### Gradle
3535

36+
```gradle
3637
compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.0'
38+
```
3739

3840
## Usage
3941

0 commit comments

Comments
 (0)