README.md in viator-0.1.1.1 vs README.md in viator-0.1.1.2.freeze

- old
+ new

@@ -48,14 +48,16 @@ eh.value # returns 'nil' if eh.failure? # Less Important eh = Viator.new(hide_value: false) -eh.value = 'berries' +eh.value = 'berries' eh.report 'There has been an error' eh.value # 'berries' eh.hide_value = true eh.value # nil + +Viator.new(value: 'foo', hide_value: true) ``` ## Contributing Bug reports and pull requests are welcome on Bitbucket at https://bitbucket.org/surdegg/viator. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.