summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-20 23:53:06 +0900
committerRandy Morgan <[email protected]>2011-11-20 23:53:06 +0900
commitc13ff8763b7ce2508478bed137d00a5b684aea81 (patch)
tree366764f4842a96b8a757fb45330a96f299440102
parentd12d6de2756775b14d2df2e9db6338788b610277 (diff)
downloadcaxlsx-c13ff8763b7ce2508478bed137d00a5b684aea81.tar.gz
caxlsx-c13ff8763b7ce2508478bed137d00a5b684aea81.zip
rdoc compatibility attempt
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82bb8ebd..80783405 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Usage
-----
Generating a workbook with styles and a chart:
+`
p = Axlsx::Package.new do |package|
package.workbook.add_worksheet do |sheet|
sheet.add_row ["First", "Second", "Third"], :style => Axlsx::STYLE_THIN_BORDER
@@ -47,7 +48,7 @@ Generating a workbook with styles and a chart:
end
package.serialize("example1.xlsx")
end
-
+`
### Documentation
This gem is 100% documented with YARD, an exceptional documentation library. To see documentation for this, and all the gems installed on your system use: