From 67465879faa55bef983eef6e80b7ae03b5480988 Mon Sep 17 00:00:00 2001 From: Jessica Lynn Suttles Date: Thu, 7 Feb 2013 20:17:58 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3875cdb..ed7ddeb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ A Ruby gem to parse HTML containing one or more and return a collection of Ruby objects. - ## Current Version 0.0.1 @@ -40,9 +39,9 @@ Or install it yourself as: ```ruby require "microformats2" -html = '

G5

"G5" +formats.h_card.name.value #=> "Jessica Lynn Suttles" ``` @@ -75,7 +74,7 @@ rake specs:update To run specs ```bash -rspec spec +rake spec ``` To keep specs running