Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to guide on readme. #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand All @@ -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

Expand All @@ -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

Expand All @@ -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
Expand All @@ -88,5 +88,5 @@ Please see the {file:CHANGELOG.md} document for past release information.
Copyright
---------

Acts_as_xlsx © 2011 by [Randy Morgan](mailto:[email protected]). Acts_as_xlsx is
Acts_as_xlsx © 2011 by [Randy Morgan](mailto:[email protected]). Acts_as_xlsx is
licensed under the MIT license. Please see the {file:LICENSE} document for more information.