From c13ff8763b7ce2508478bed137d00a5b684aea81 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 20 Nov 2011 23:53:06 +0900 Subject: rdoc compatibility attempt --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3