summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimxu <kimxu_me@163.com>2019-03-07 15:13:32 +0800
committerxuri <xuri.me@gmail.com>2019-03-07 15:13:32 +0800
commit164a3e126aafd1b5652d9da60ae2ba2240d412eb (patch)
treefc154666f8109c2be3127e526bb764f621cb51dc /README.md
parent12c1e2481e3f9f3c3c12a938484f04b12d5dede8 (diff)
update README and functions docs (#351)
* update README and functions docs * update README and functions docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c4936b6..faa4bf6 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,8 @@ Excelize is a library written in pure Go and providing a set of functions that a
**WARNING!**
-From version 1.5 all row manipulation methods uses Excel row numbering starting with `1` instead of zero-based numbering
-which take place in some methods in eraler versions.
+From version 1.5.0 all row manipulation methods uses Excel row numbering starting with `1` instead of zero-based numbering
+which take place in some methods in eraler versions.
## Basic Usage