diff --git a/README.md b/README.md index 2005a72..8c3e545 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Because this is a library, Checkstyle is used to make sure all public classes/me ## Table of Contents -* [Usage:](#Usage) - * [Examples:](#Examples) +* [Usage](#Usage) + * [Maven](#Maven) + * [Examples](#Examples) * [Unit Test Example:](#Unit-Test-Example) * [Integration Test Example:](#Integration-Test-Example) * [Example with MDC](#Example-with-MDC) @@ -20,9 +21,22 @@ Because this is a library, Checkstyle is used to make sure all public classes/me * [Cucumber stepdefs](#Cucumber-stepdefs) * [Cucumber DTOs](#Cucumber-DTOs) -## Usage: +## Usage -### Examples: +### Maven + +Add log-capture as a test dependency to your project. If you use Maven, add this to your pom.xml: + +```pom.xml + + de.dm.infrastructure + log-capture + 1.0.2 + test + +``` + +### Examples #### Unit Test Example: