diff options
author | alexv-smirnov <81806911+alexv-smirnov@users.noreply.github.com> | 2022-04-30 03:55:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 03:55:11 +0300 |
commit | 43bd4208616f7a6e571a4578be944236157d584f (patch) | |
tree | c8dbd7ac288472de3dedf14c1fdce0db5de38771 | |
parent | 14771c5c7fffd58e231a5621548a040cc9abccd9 (diff) | |
parent | fb1cb2ae00871059ef021849a2f1481aec47ad42 (diff) | |
download | ydb-43bd4208616f7a6e571a4578be944236157d584f.tar.gz |
Merge pull request #15 from sakateka/sakateka-patch-2
fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 57e09a7c86c..692221fb18b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For development purposes we test that YDB could be built and run under latest ve ## Getting Started 1. Install YDB using [pre-built executables](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_local), [build it from source](BUILD.md) or [use Docker container](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_docker). -1. Install [command line interace](https://ydb.tech/en/docs/getting_started/cli) tool to work with scheme and run queries. +1. Install [command line interface](https://ydb.tech/en/docs/getting_started/cli) tool to work with scheme and run queries. 1. Start [local cluster](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_local) or container and run [YQL query](https://ydb.tech/en/docs/yql/reference/) via [YDB CLI](https://ydb.tech/en/docs/getting_started/cli). 1. Access [Embedded UI](https://ydb.tech/en/docs/maintenance/embedded_monitoring/) via browser for schema navigation, query execution and other database development related tasks. 1. Run available [example application](https://ydb.tech/en/docs/reference/ydb-sdk/example/go/). |