Skip to content

Commit

Permalink
Added details to example
Browse files Browse the repository at this point in the history
  • Loading branch information
sangupta committed Jul 7, 2012
1 parent 81d8ae1 commit 13e79a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Usage
-----

Initialize the right parser for your blog export, like
Initialize the right parser for your blog export and pass it the file contents of the export, like

```java
File file = new File("blogger-export.xml");
Expand All @@ -14,6 +14,8 @@ BloggerParser parser = new BloggerParser();
Blog blog = parser.parse(xml);
```

and you are done! The `Blog` object represents the parsed entities.

Features
--------

Expand Down

0 comments on commit 13e79a9

Please sign in to comment.