Skip to content

Commit a329018

Browse files
terasumtsufiev
authored andcommitted
docs: correct a readme typo
1 parent 8fcf1b3 commit a329018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Local viewer for YDB clusters
88

99
1) Run on a machine with Docker installed:
1010
```
11-
docker pull cr.yandex/yc/yandex-docker-local-ydb`
11+
docker pull cr.yandex/yc/yandex-docker-local-ydb
1212
docker run --hostname localhost -e YDB_ALLOW_ORIGIN="http://localhost:3000" -dp 2135:2135 -dp 8765:8765 cr.yandex/yc/yandex-docker-local-ydb
1313
```
1414
2) Run the frontend app in the development mode, via invoking `npm run dev`

0 commit comments

Comments
 (0)