README.md in docparser-0.1.4 vs README.md in docparser-0.1.6
- old
+ new
@@ -30,24 +30,23 @@
gem 'docparser'
And then execute:
- $ bundle
+ bundle
-Or install it yourself as:
+Or install it yourself using:
- $ gem install docparser
+ gem install docparser
## Usage
See [example.rb](https://github.com/jurriaan/docparser/blob/master/example.rb)
## Todo
-- Tests
-- Better examples
+- Better examples and documentation
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
@@ -56,5 +55,9 @@
5. Create new Pull Request
## Contributors
- [Jurriaan Pruis](https://github.com/jurriaan)
+
+## Thanks
+
+- [randym](https://github.com/randym) - for providing the [axlsx](https://github.com/randym/axlsx) gem
\ No newline at end of file