From 2eee28826fc1cbaaa4a602a6da1d5edf202afe9f Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Sat, 7 Jul 2012 01:08:20 +0200 Subject: [PATCH] Fix markup in readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a23fff38..f6f81b00 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Of course, you can! If you would like to use _webcam-capture_ library in your pr ``` -For option 4 you have to also add @@ to your pom (at least till it is unavailable from central): +For option 4 you have to also add `````` to your pom (at least till it is unavailable from central): ```xml @@ -132,7 +132,7 @@ public class DetectMotionExample implements WebcamMotionListener { ``` Logging (Logback via SLF4J) is already there, so you can enable it simply by adding -@logback.xml@ configuration file somewhere in your filesystem and calling: +```logback.xml``` configuration file somewhere in your filesystem and calling: ```java ConfigurationUpdater.observe("path/to/logback.xml");