README.adoc in relaton-ietf-1.7.3 vs README.adoc in relaton-ietf-1.7.4
- old
+ new
@@ -100,14 +100,10 @@
----
hash = YAML.load_file 'spec/examples/ietf_bib_item.yml'
=> {"id"=>"RFC 8341",
...
-bib_hash = RelatonIetf::HashConverter.hash_to_bib hash
-=> {:id=>"RFC 8341",
-...
-
-RelatonIetf::IetfBibliographicItem.new bib_hash
+RelatonIetf::IetfBibliographicItem.from_hash hash
=> #<RelatonIetf::IetfBibliographicItem:0x007f9a929dde40
...
----
== Contributing