Skip to content

Commit 3c98055

Browse files
doc: use tt in examples
1 parent 28ff5c7 commit 3c98055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ project:
5555
```shell
5656
$ git clone https://github.com/tarantool/crud.git
5757
$ cd crud
58-
$ tarantoolctl rocks make
58+
$ tt rocks make
5959
$ ./doc/playground.lua
6060
tarantool> crud.select('customers', {{'<=', 'age', 35}}, {first = 10})
6161
tarantool> crud.select('developers', nil, {first = 6})
6262
```
6363
* Install crud into a current directory:
6464

6565
```shell
66-
$ tarantoolctl rocks install crud
66+
$ tt rocks install crud
6767
```
6868

6969
And add the [initialization code](#API) to storage and router instance files.

0 commit comments

Comments
 (0)