attempt to fix README.md format

This commit is contained in:
Ren Shao
2012-02-21 23:25:47 +11:00
parent 17a71fedf3
commit 7eef1701b5
+2
View File
@@ -6,6 +6,7 @@ It's useful when you're developing a new project and need some pretty data for s
Usage
-----
In pom.xml, add following between `<dependencies> ... </dependencies>`
```xml
<dependency>
<groupId>com.github.javafaker</groupId>
@@ -15,6 +16,7 @@ In pom.xml, add following between `<dependencies> ... </dependencies>`
```
In your Java code
```java
Faker faker = new Faker();