Skip to content

Commit

Permalink
Fix mistakes README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby authored May 20, 2024
1 parent 6b6be21 commit 48cc1c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ pip install -U .

## Getting started

Connect to local YDB throw SqlAlchemy:
Connect to local YDB using SqlAlchemy:

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

### Run Tests:

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

For run all tests from source root make:
To run all tests execute the command from the root directory of the repository:
```bash
$ tox -e test-all
```
Expand Down

0 comments on commit 48cc1c2

Please sign in to comment.