summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2016-09-01 12:48:55 +0800
committerRi Xu <xuri.me@gmail.com>2016-09-01 12:48:55 +0800
commit2d0eda1aec6f9133e87144d64564051310b58a90 (patch)
tree752207e9935e32c800f872252d547171de376ab1
parent0e61ae7eda79e7b4e6501c64cf75dea0923489b3 (diff)
Update readme and license file.
-rw-r--r--LICENSE (renamed from LICENSE.md)0
-rw-r--r--README.md4
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE.md b/LICENSE
index c391b00..c391b00 100644
--- a/LICENSE.md
+++ b/LICENSE
diff --git a/README.md b/README.md
index dfe6248..351cd61 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
## Introduction
-Excelize is a library written in pure Golang and providing a set of function that allow you to write to and read from XLSX files. Support read and write XLSX file geterated by Office Excel 2007 and later. The full API docs can be viewed using go’s built in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize).
+Excelize is a library written in pure Golang and providing a set of functions that allow you to write to and read from XLSX files. Support reads and writes XLSX file generated by Office Excel 2007 and later. The full API docs can be seen using go's built-in documentation tool, or online at [godoc.org](https://godoc.org/github.com/Luxurioust/excelize).
## Basic Usage
@@ -80,7 +80,7 @@ func main() {
Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.
-### Credits
+## Credits
Some struct of XML originally by [tealeg/xlsx](https://github.com/tealeg/xlsx).