README.rdoc in dwc-archive-0.7.4 vs README.rdoc in dwc-archive-0.7.5

- old
+ new

@@ -57,9 +57,11 @@ # for a finer control over normalization: cn = DarwinCore::ClassificationNormalizer.new(dwc) cn.normalize + # if you don't want to generate path consisting of canonical forms of ancestors to a taxon + cn.normalize(:with_canonical_names => false) # to get a flat hash of nodes with attached vernacular names and synonyms normalized_data = cn.normalized_data # to get a representation of tree organization as a hash