summaryrefslogtreecommitdiffhomepage
path: root/examples/append_styles_example.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/append_styles_example.md')
-rw-r--r--examples/append_styles_example.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/append_styles_example.md b/examples/append_styles_example.md
index 0dc7792c..d8cb4696 100644
--- a/examples/append_styles_example.md
+++ b/examples/append_styles_example.md
@@ -21,11 +21,11 @@ wb.add_worksheet do |sheet|
sheet.add_style "B3:D5", bg_color: "E2F89C"
sheet.add_style "D3:D5", alignment: { horizontal: :left }
sheet.add_style ["C3:C4", "D3:D4"], fg_color: "00FF00"
-nd
+end
p.serialize "append_styles.xlsx"
```
## Output
-![Output](images/append_styles.png "Output")
+![Output](images/append_styles_example.png "Output")