Showing 1 changed files with 1 additions and 2 deletions
+1 -2
README.md
... ...
@@ -1,10 +1,9 @@
1
-
2 1
 ## CSV2XLSX
3 2
 
4 3
 Finally: a simple, single file executable, no runtime libs command line tool to convert
5 4
 a CSV file to XLSX. And you may even select line and column ranges. :-)
6 5
 
7
-This programm has been crated due to an internal requirement for a Bash shell script. After searching
6
+This programm has been created due to an internal requirement for a Bash shell script. After searching
8 7
 the web I found out that even in 2017 there is no simple, binary executable that does not need any
9 8
 runtime, virtual machine or whatever. All you need is a compiler for the Go programming language.
10 9
 If you do not want to compile the source and you decide to trust me (no warranty whatsoever, see the