From b9cbf869d1d44869b159b73fed60410b447c2e18 Mon Sep 17 00:00:00 2001 From: Vitaliy Artemov Date: Sat, 24 Feb 2024 11:20:46 +0000 Subject: [PATCH] update READEM.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b31fe1..5a74074 100644 --- a/README.md +++ b/README.md @@ -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'; @@ -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