Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeigarts committed Feb 12, 2014
1 parent 786d32a commit fd8ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ gem install saxlsx
## Usage

```ruby
Saxslsx::Workbook.open filename do |w|
Saxlsx::Workbook.open filename do |w|
w.sheets.each do |s|
s.rows.each do |r|
puts r.inspect
Expand Down

0 comments on commit fd8ee78

Please sign in to comment.