Skip to content

Commit 886810b

Browse files
authored
Update README.md (#4)
1 parent 278c4a8 commit 886810b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en-US/faqs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ By default, library lets you read and write values so we need a locker to make s
1010

1111
### Why another INI library?
1212

13-
Many people are using my another INI library [goconfig](https://github.com/Unknwon/goconfig), so the reason for this one is I would like to make more Go style code. Also when you set `cfg.BlockMode = false`, this one is about **10-30%** faster.
13+
Many people are using my other INI library [goconfig](https://github.com/Unknwon/goconfig), so the reason for this one is I would like to make more Go style code. Also when you set `cfg.BlockMode = false`, this one is about **10-30%** faster.
1414

15-
To make those changes I have to confirm API broken, so it's safer to keep it in another place and start using `gopkg.in` to version my package at this time.(PS: shorter import path)
15+
To make those changes I have to confirm API broken, so it's safer to keep it in another place and start using `gopkg.in` to version my package at this time.(PS: shorter import path)

0 commit comments

Comments
 (0)