README.md in tty-screen-0.1.0 vs README.md in tty-screen-0.2.0
- old
+ new
@@ -42,11 +42,13 @@
```
You can also use above methods as class instance methods:
```ruby
-TTY::Screen.size # => [51, 280]
+TTY::Screen.size # => [51, 280]
+TTY::Screen.width # => 280
+TTY::Screen.height # => 51
```
## Contributing
1. Fork it ( https://github.com/[my-github-username]/tty-screen/fork )
@@ -55,6 +57,6 @@
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Copyright
-Copyright (c) 2014 Piotr Murach. See LICENSE for further details.
+Copyright (c) 2014-2015 Piotr Murach. See LICENSE for further details.