Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Improved example
  • Loading branch information
Callum Jones committed Apr 25, 2010
1 parent e4f28aa commit 38e9796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,6 +6,7 @@ Due to the lack of useful native DOM parsers this class implements the HTMLClean
## Usage ##
> OpenGraph testPage = new OpenGraph("http://uk.rottentomatoes.com/m/1217700-kick_ass");
> String title = testPage.getMeta("title");
> String type = testPage.getContent("type");
## Features ##
* Hashtable like representation of an Open Graph page
Expand Down

0 comments on commit 38e9796

Please sign in to comment.