Explorar el Código

Merge pull request #16 from brunoqc/patch-1

fixed a variable name in README.md

Cheers brunoqc!
Geoffrey J. Teale hace 12 años
padre
commit
c9dcef43eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {
         ...