Skip to content

Commit cf172f2

Browse files
committed
Update README.md
1 parent 92d5a76 commit cf172f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can overrid default options with options.
4747

4848
Resolve if connected. Or reject if not.
4949

50-
**auth(login: String, password: String) : Promise **
50+
**auth(login: String, password: String) : Promise**
5151

5252
Auth with using chap-sha1(http://tarantool.org/doc/book/box/box_space.html). About authenthication more here: http://tarantool.org/doc/book/box/authentication.html
5353

@@ -70,7 +70,7 @@ const IteratorsType = {
7070
```
7171
It's just select. Promise resolve array of tuples.
7272

73-
**delete(spaceId: Number, indexId: Number, key: tuple) : Promise(Array of tuples) **
73+
**delete(spaceId: Number, indexId: Number, key: tuple) : Promise(Array of tuples)**
7474

7575
Promise resolve an array of deleted tuples.
7676

@@ -80,14 +80,14 @@ Ops: http://tarantool.org/doc/book/box/box_space.html(search for update here).
8080

8181
Promise resolve an array of updated tuples.
8282

83-
**insert(spaceId: Number, tuple: tuple) : Promise(Tuple) **
83+
**insert(spaceId: Number, tuple: tuple) : Promise(Tuple)**
8484

8585
So it's insert. More you can read here: http://tarantool.org/doc/book/box/box_space.html
8686

8787
Promise resolve a new tuple.
8888

8989

90-
**replace(spaceId: Number, tuple: tuple) : Promise(Tuple) **
90+
**replace(spaceId: Number, tuple: tuple) : Promise(Tuple)**
9191

9292
So it's replace. More you can read here: http://tarantool.org/doc/book/box/box_space.html
9393

0 commit comments

Comments
 (0)