From 90354392dd403130eba92d821f04fc510421fa9c Mon Sep 17 00:00:00 2001 From: Amir Elemam Date: Mon, 29 Jul 2019 06:14:10 -0400 Subject: [PATCH] README Fix (fixes #1546) --- README.md | 2 +- docbits/25_manip.md | 2 +- misc/docs/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 25ec351..3da2f5b 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ This example uses [`XLSX.utils.aoa_to_sheet`](#array-of-arrays-input) to make a sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook: ```js -var new_ws_name = "SheetJS"; +var ws_name = "SheetJS"; /* make worksheet */ var ws_data = [ diff --git a/docbits/25_manip.md b/docbits/25_manip.md index 1274a05..f563e9c 100644 --- a/docbits/25_manip.md +++ b/docbits/25_manip.md @@ -30,7 +30,7 @@ This example uses [`XLSX.utils.aoa_to_sheet`](#array-of-arrays-input) to make a sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook: ```js -var new_ws_name = "SheetJS"; +var ws_name = "SheetJS"; /* make worksheet */ var ws_data = [ diff --git a/misc/docs/README.md b/misc/docs/README.md index 827e49c..5a62504 100644 --- a/misc/docs/README.md +++ b/misc/docs/README.md @@ -535,7 +535,7 @@ This example uses [`XLSX.utils.aoa_to_sheet`](#array-of-arrays-input) to make a sheet and `XLSX.utils.book_append_sheet` to append the sheet to the workbook: ```js -var new_ws_name = "SheetJS"; +var ws_name = "SheetJS"; /* make worksheet */ var ws_data = [