Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
ref #229
  • Loading branch information
ygrishajev committed Jun 19, 2024
1 parent efac763 commit 3aae364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ npm run api:dev # run api in dev mode with dependencies
npm run indexer:dev # run indexer in dev mode with dependencies
```

Note the above commands still depend on docker to ru postgres database. If you need to run them without db you can use the following commands:
Note the above commands still depend on docker to run postgres database. If you need to run them without db you can use the following commands:
```shell
npm run console:dev:no-db # run console ui in dev mode with dependencies but without postgres in docker
npm run stats:dev:no-db # run stats ui in dev mode with dependencies but without postgres in docker
Expand Down

0 comments on commit 3aae364

Please sign in to comment.