README.md in viator-0.1.1 vs README.md in viator-0.1.1.1
- old
+ new
@@ -50,12 +50,12 @@
# Less Important
eh = Viator.new(hide_value: false)
eh.value = 'berries'
eh.report 'There has been an error'
-eh.value # nil
-eh.hide_value = true
eh.value # 'berries'
+eh.hide_value = true
+eh.value # nil
```
## 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.