Skip to content

Commit

Permalink
update READEM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-art committed Feb 24, 2024
1 parent 38a43e8 commit b9cbf86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Or for module `luatest.helpers`:
}
```

Now you allow to import and use that modules:
Now you can import and use these modules:

```ts
import * as log from 'log';
Expand All @@ -132,7 +132,7 @@ log.info(luatest_helpers.uuid(1, 2, 3))
return ____exports
```

Of course, to use `luatest` package or other packages which not includes to Tarantool default build, you need to install them with [tt rocks](https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/rocks/) command.
Of course, to use `luatest` package or other packages which not includes into Tarantool default build, you need to install them with [tt rocks](https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli/rocks/) command.

## More usage examples

Expand Down

0 comments on commit b9cbf86

Please sign in to comment.