diff --git a/README.md b/README.md index 37efa47..8613f2d 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Acts as xlsx: Office Open XML Spreadsheet Generation plugin for active record ==================================== [![Build Status](https://secure.travis-ci.org/randym/acts_as_xlsx.png)](http://travis-ci.org/randym/acts_as_xlsx/) -**IRC**: [irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx) -**Git**: [http://github.com/randym/acts_as_xlsx](http://github.com/randym/acts_as_xlsx) -**Author**: Randy Morgan -**Copyright**: 2011 -**License**: MIT License -**Latest Version**: 1.0.6 -**Ruby Version**: 1.8.7 - 1.9.3 -**Release Date**: July 27th 2012 +**IRC**: [irc.freenode.net / #axlsx](irc://irc.freenode.net/axlsx) +**Git**: [http://github.com/randym/acts_as_xlsx](http://github.com/randym/acts_as_xlsx) +**Author**: Randy Morgan +**Copyright**: 2011 +**License**: MIT License +**Latest Version**: 1.0.6 +**Ruby Version**: 1.8.7 - 1.9.3 +**Release Date**: July 27th 2012 Synopsis -------- @@ -18,12 +18,12 @@ Acts_as_xlsx is an active record plugin for Axlsx. It makes generating excel spr Feature List ------------ - + **1. Mixes into active record base to provide to_xlsx **2. Can work at the end of any series of finder methods. - -**3. Can accept any set of find options + +**3. Can accept any set of find options **4. Automates localization of column heading with i18n support @@ -43,19 +43,19 @@ Installing To install, use the following command: $ gem install acts_as_xlsx - + Usage ----- ###Examples -See the Guides here: +See the Guides here: -[http://axlsx.blogspot.com/] (http://axlsx.blogspot.com/) +[http://axlsx.blogspot.com](http://axlsx.blogspot.com) For examples on how to use axlsx for custom styles, charts, images and more see: -[http://github.com/randym/axlsx](http://github.com/randym/axlsx) +[http://github.com/randym/axlsx](http://github.com/randym/axlsx) ###Documentation @@ -68,7 +68,7 @@ This gem is 100% documented with YARD, an exceptional documentation library. To ###Specs This gem has 100% coverage using Test::Unit - + Changelog --------- - **July.27.12**: 1.0.6 release @@ -88,5 +88,5 @@ Please see the {file:CHANGELOG.md} document for past release information. Copyright --------- -Acts_as_xlsx © 2011 by [Randy Morgan](mailto:digial.ipseity@gmail.com). Acts_as_xlsx is +Acts_as_xlsx © 2011 by [Randy Morgan](mailto:digial.ipseity@gmail.com). Acts_as_xlsx is licensed under the MIT license. Please see the {file:LICENSE} document for more information.