Skip to content

Commit

Permalink
Another attempt to fix a tabbing issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneargo authored Aug 17, 2016
1 parent 0cf846f commit b4d3689
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<define name="pluginLogDir" class="com.alltheducks.logging.logback.BbPluginLogDirPropertyDefiner">
<vendorId>me</vendorId>
<handle>myplugin</handle>
</define>
```
```

- Add the following XML to your B2 permissions in the bb-manifest.xml
(unfortunately, at this time, write permissions are required to the
Expand Down Expand Up @@ -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.
instead.

0 comments on commit b4d3689

Please sign in to comment.