# Ezdoc A Ruby gem for working with docx files. ## Installation Add this line to your application's Gemfile: ```ruby gem 'ezdoc' ``` And then execute: $ bundle install Or install it yourself as: $ gem install ezdoc ## Usage ```ruby require 'ezdoc' ``` ## Development After checking out the repo, run `bundle install` to install dependencies. Then, run `rake spec` to run the tests. ## License The gem is available as open source under the terms of the [MIT License](LICENSE.txt).