From 805765bf0a010bd8c959d3be0a8af450928f0dda Mon Sep 17 00:00:00 2001 From: Matt Bohme Date: Thu, 3 Oct 2013 10:29:54 -0700 Subject: [PATCH] Fix a couple of minor issues in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff82ff7..5a3f4ee 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Implemented: * [parsing a p- property](http://microformats.org/wiki/microformats2-parsing#parsing_a_p-_property) * [parsing a u- property](http://microformats.org/wiki/microformats2-parsing#parsing_a_u-_property) * [parsing a dt- property](http://microformats.org/wiki/microformats2-parsing#parsing_a_dt-_property) -* [parsing a e- property](http://microformats.org/wiki/microformats2-parsing#parsing_a_e-_property) +* [parsing a e- property](http://microformats.org/wiki/microformats2-parsing#parsing_an_e-_property) * [parsing implied properties](http://microformats.org/wiki/microformats-2-parsing#parsing_for_implied_properties) * nested properties * nested microformat with associated property @@ -64,7 +64,7 @@ Or install it yourself as: require "microformats2" source = '

Jessica Lynn Suttles

' -collection = Microformats.parse(source) +collection = Microformats2.parse(source) # using singular accessors collection.card.name.to_s #=> "Jessica Lynn Suttles" # using plural accessors