updates README

This commit is contained in:
Jessica Lynn Suttles 2013-02-06 22:40:31 -08:00
parent b09a183c6b
commit a671e132ce

View file

@ -37,7 +37,7 @@ require "microformats2"
html = '<div class="h-org"><p class="p-name">G5</p></div'
formats = Microformats.parse(html)
puts format.h_org.name.value # => "G5"
puts formats.h_org.name.value # => "G5"
```