Skip to content

Commit

Permalink
chore: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSintimbrean committed Nov 4, 2023
1 parent bbbdf67 commit ef75a9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mr. Crypto Indexer

## Get started - Local
## Get started - Local

### Clone repository

Expand Down Expand Up @@ -34,7 +34,7 @@ pnpm build
pnpm start
```

## Get started - Docker
## Get started - Docker

### Clone repository

Expand All @@ -49,7 +49,7 @@ cd MrCryptoIndexer
cp .env.example .env
```

### Docker compose up
### Docker compose up

```bash
docker-compose up -d
Expand Down Expand Up @@ -88,5 +88,3 @@ docker-compose up -d
│ └── transactions.ts
└── server.ts # Server entry point
```

TODO

0 comments on commit ef75a9b

Please sign in to comment.