aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergey Kacheev <S.Kacheev@gmail.com>2022-04-20 16:53:05 +0700
committerGitHub <noreply@github.com>2022-04-20 16:53:05 +0700
commitfb1cb2ae00871059ef021849a2f1481aec47ad42 (patch)
tree7348f5f722cbb0e0421df061d714dd4005747b99 /README.md
parentc67e7a90797bbada2f9b7f33a3ec3683463b2053 (diff)
downloadydb-fb1cb2ae00871059ef021849a2f1481aec47ad42.tar.gz
fix typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57e09a7c86..692221fb18 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/).