Skip to content

Commit 2f4e506

Browse files
committed
Update README.md
typo and extra
1 parent 458b7d9 commit 2f4e506

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Node tarantool driver for 1.6 support Node.js v.0.12+ and IO.js.
66

77
Based on https://github.com/mialinx/go-tarantool-1.6 and implements http://tarantool.org/doc/dev_guide/box-protocol.html, for more information you can read them or basic documentation at http://tarantool.org/doc/.
88

9-
For work with tarantool tuple i use msgpack5(https://github.com/mcollina/msgpack5/) and array default transformation with this package.
9+
For work with tarantool tuple i use msgpack-lite and array default transformation with this package.
1010

1111
If you have a problem with connection it will be destroyed. You can subscribe on TarantoolConnection.socket.on('close') for retrieve information about closing connection or you can process rejected errors for you requests.
1212

@@ -38,7 +38,7 @@ conn.connect()
3838

3939
##Msgpack implentation
4040

41-
You can yse any implementation that can be duck typing with next interface:
41+
You can use any implementation that can be duck typing with next interface:
4242

4343
```
4444
@@ -58,6 +58,8 @@ var exampleCustomMsgpack = {
5858
};
5959
```
6060

61+
By default use msgpack-lite package.
62+
6163
##API
6264

6365
**class TarantoolConnection(options)**

0 commit comments

Comments
 (0)