Skip to content

Commit

Permalink
Fix markup in readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 6, 2012
1 parent 7d6a0e7 commit 2eee288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -22,7 +22,7 @@ Of course, you can! If you would like to use _webcam-capture_ library in your pr
</dependency>
```

For option 4 you have to also add @<repository>@ to your pom (at least till it is unavailable from central):
For option 4 you have to also add ```<repository>``` to your pom (at least till it is unavailable from central):

```xml
<repositories>
Expand Down Expand Up @@ -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");
Expand Down

0 comments on commit 2eee288

Please sign in to comment.