Skip to content

Commit bc28051

Browse files
authored
Merge pull request #1450 from carzacc/master
Fix typo in documentation
2 parents 3e52aff + 438f1c8 commit bc28051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You need to check corresponding field's zeroFill flag and convert to string manu
4141
- [Wire protocol documentation](http://dev.mysql.com/doc/internals/en/client-server-protocol.html)
4242
- [node-mysql](https://github.com/mysqljs/mysql) - Most popular node.js mysql client library
4343
- [node-mariasql](https://github.com/mscdex/node-mariasql/) - Bindings to libmariasql. One of the fastest clients
44-
- [node-libmysqlclident](https://github.com/Sannis/node-mysql-libmysqlclient) - Bindings to libmysqlclient
44+
- [node-libmysqlclient](https://github.com/Sannis/node-mysql-libmysqlclient) - Bindings to libmysqlclient
4545
- [go-mysql](https://github.com/siddontang/go-mysql) - MySQL Go client (prepared statements, binlog protocol, server)
4646

4747
## Benchmarks

0 commit comments

Comments
 (0)