Skip to content

Commit b40edc8

Browse files
committed
Fixed linter formatting issues in simple-ts sample README
1 parent 0a4ac89 commit b40edc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/simple-ts/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ Read more in [Emmett getting started guide](https://event-driven-io.github.io/em
1111
Sample require EventStoreDB, you can start it by running
1212

1313
with PostgreSQL:
14+
1415
```bash
1516
docker-compose up
1617
```
18+
1719
Alternatively, with YugabyteDB (PostgreSQL-compatible distributed SQL) starting 3 nodes:
20+
1821
```bash
1922
docker-compose -f docker-compose-yugabytedb.yml up -d --scale dist=0
2023
docker-compose -f docker-compose-yugabytedb.yml up -d --scale dist=1

0 commit comments

Comments
 (0)