Fix typo in readme. (#139)

This commit is contained in:
Alexey Grachov 2017-05-01 20:57:32 +03:00 committed by Garrett D'Amore
parent ebcef4d8a3
commit e552b82b28
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ when Go provides standard support for terminal handling via termio ioctls on
all POSIX platforms.) The database itself, while built using CGO, as well
as the parser for it, is implemented in Pure Go.
The database is also flexible & extensibel, and can modified by either running a
The database is also flexible & extensible, and can modified by either running a
program to build the database, or hand editing of simple JSON files.
## More Portable