Skip to content

Commit 5f7020e

Browse files
committed
Update README.md
1 parent 3b9a396 commit 5f7020e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ Logback Appender:
2222

2323
https://github.com/stackify/stackify-log-logback
2424

25+
## Installation
26+
27+
Add it as a maven dependency:
28+
```xml
29+
<dependency>
30+
<groupId>com.stackify</groupId>
31+
<artifactId>stackify-api-java</artifactId>
32+
<version>INSERT_LATEST_MAVEN_CENTRAL_VERSION</version>
33+
</dependency>
34+
```
35+
2536
## Configuration and Usage for Direct Logger
2637

2738
You need a stackify-api.properties file on your classpath that defines the configuration required for the Log API:
@@ -53,17 +64,6 @@ Be sure to shutdown the Direct Logger to flush this appender of any messages and
5364
LogManager.shutdown();
5465
```
5566

56-
## Installation
57-
58-
Add it as a maven dependency:
59-
```xml
60-
<dependency>
61-
<groupId>com.stackify</groupId>
62-
<artifactId>stackify-api-java</artifactId>
63-
<version>2.1.2</version>
64-
</dependency>
65-
```
66-
6767
## License
6868

6969
Copyright 2013 Stackify, LLC.

0 commit comments

Comments
 (0)