Skip to content

Commit 48cc1c2

Browse files
authored
Fix mistakes README.md
1 parent 6b6be21 commit 48cc1c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ pip install -U .
1616

1717
## Getting started
1818

19-
Connect to local YDB throw SqlAlchemy:
19+
Connect to local YDB using SqlAlchemy:
2020

2121
```python3
2222
import sqlalchemy as sa
@@ -34,12 +34,12 @@ with engine.connect() as conn:
3434

3535
### Run Tests:
3636

37-
For run local YDB throw docker, run in source root:
37+
Run the command from the root directory of the repository to start YDB in a local docker container.
3838
```bash
3939
$ docker-compose up
4040
```
4141

42-
For run all tests from source root make:
42+
To run all tests execute the command from the root directory of the repository:
4343
```bash
4444
$ tox -e test-all
4545
```

0 commit comments

Comments
 (0)