Browse Source

fixed a variable name in README.md

Bruno Bigras 12 years ago
parent
commit
fa03a3ad76
1 changed files with 1 additions and 1 deletions
  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 {
         ...