diff --git a/README.md b/README.md index bea8e6f..1f14e44 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # opengraph.cr -Crystal implementation of the [Open Graph](http://ogp.me) protocol, allowing you to parse Open Graph meta tags and extract valuable information. +Crystal wrapper for the [Open Graph](http://ogp.me) protocol, allowing you to parse Open Graph meta tags and extract valuable information. ## Installation @@ -32,12 +32,6 @@ puts og["image"]? # => "https://css-tricks.com/wp-content/uploads/2014/03/css-tricks-star.png" ``` -TODO: Write usage instructions here - -## Development - -TODO: Write development instructions here - ## Contributing 1. Fork it ()