From 9a40dad50314d687612236eaaf3f70e86fd1cfb7 Mon Sep 17 00:00:00 2001 From: Aleksey Strizhak Date: Sun, 7 Apr 2019 10:27:44 +0500 Subject: [PATCH] #389 fix grammar --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c22581c6..2df9f42a 100644 --- a/README.md +++ b/README.md @@ -156,17 +156,16 @@ sheet.to_xml sheet.to_yaml ``` -You can specified file as default argument to `#to_csv`: +Specify the file as default argument for `#to_csv`: ```ruby -# puts csv format content into a specified file sheet.to_csv(File.new("/dev/null")) ``` -also you can specify the custom separator for the content: +specify the custom separator: ```ruby -sheet.to_csv(separator: ":") # "," is used by default +sheet.to_csv(separator: ":") # "," using by default ``` ### Excel (xlsx and xlsm) Support