README.md in wow_dbc-1.0.2 vs README.md in wow_dbc-1.0.3
- old
+ new
@@ -90,10 +90,10 @@
puts "Fields per item: #{header[:field_count]}"
# Finding all two-handed weapons
two_handed_weapons = dbc.find_by(:inventory_type, 17) # 17 represents Two-Hand weapons
-puts "Two-handed weapons:"
+puts 'Two-handed weapons:'
two_handed_weapons.each do |item|
puts "Item ID: #{item[:id]}, Class: #{item[:class]}, Subclass: #{item[:subclass]}, Display ID: #{item[:displayid]}"
end
```
\ No newline at end of file