From 136fba6eece7db4366c7ecf6cd1d0f93a6c524ae Mon Sep 17 00:00:00 2001 From: Chris Watson Date: Tue, 28 May 2019 00:38:01 -0700 Subject: [PATCH] Updated readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 ()