Browse Source

Update README.md

pull/15/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
9864fdce80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -24,12 +24,12 @@ This project is available on Maven Central:
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId> <artifactId>darklaf</artifactId>
<version>1.3</version> <version>1.3.1</version>
</dependency> </dependency>
```` ````
### Gradle ### Gradle
```` ````
implementation 'com.github.weisj:darklaf:1.3' implementation 'com.github.weisj:darklaf:1.3.1'
```` ````
## Installation ## Installation

Loading…
Cancel
Save