Skip to content

Commit cf7dece

Browse files
authored
Use latest available crud tag in example (#79)
1 parent 62bacb5 commit cf7dece

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,14 @@ scope, so that you can call them via `net.box`.
350350

351351
1. Add `crud` to dependencies in the project rockspec.
352352

353+
**Note**: it's better to use tagged version than `scm-1`.
354+
Check the latest available [release](https://github.com/tarantool/crud/releases) tag and use it.
355+
353356
```lua
354357
-- <project-name>-scm-1.rockspec
355358
dependencies = {
356359
...
357-
'crud >= 0.2.0-1',
360+
'crud == <the-latest-tag>-1',
358361
...
359362
}
360363
```

0 commit comments

Comments
 (0)