From b4d3689a0591872444afad9e7462297a08aaa11a Mon Sep 17 00:00:00 2001 From: Shane Argo Date: Wed, 17 Aug 2016 16:58:03 +1000 Subject: [PATCH] Another attempt to fix a tabbing issue in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bd42e2..e09ee03 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ compile files('path/to/jar/b2-logging-utils-[version].jar) - Add the following XML to your logback configuration file: - ```XML +```XML me myplugin - ``` +``` - Add the following XML to your B2 permissions in the bb-manifest.xml (unfortunately, at this time, write permissions are required to the @@ -92,4 +92,4 @@ compile files('path/to/jar/b2-logging-utils-[version].jar) Occasionally, you may wish to write some logs to your Building Block's config directory. This is rare and should be thought through beforehand, but if you want to achieve this use the `com.alltheducks.logging.logback.BbPluginConfigDirPropertyDefiner` -instead. \ No newline at end of file +instead.