Browse Source

Merge pull request #16 from brunoqc/patch-1

fixed a variable name in README.md

Cheers brunoqc!
Geoffrey J. Teale 12 năm trước cách đây
mục cha
commit
c9dcef43eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ import (
 )
 
 func main() {
-    excelFile := "/home/tealeg/foo.xlsx"
+    excelFileName := "/home/tealeg/foo.xlsx"
     xlFile, error := xlsx.OpenFile(excelFileName)
     if error != nil {
         ...