updates README

This commit is contained in:
Jessica Lynn Suttles 2013-02-06 22:40:31 -08:00
parent 6f34f070a8
commit 399a540baa

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"
```