Skip to content

Commit d133b97

Browse files
committed
minor corrections - fix link
1 parent 40bd145 commit d133b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ docker-compose -f docker-dev.yml up
158158
When finished, use `docker-compose down` to gracefully stop the running containers.
159159

160160
Alternatively, you can start each one individually by following the instructions in
161-
the [Local Dependencies](documents/local-depencencies.md) documentation.
161+
the [Local Dependencies](Documents/local-depencencies.md) documentation.
162162

163163

164164
#### Running the API
@@ -197,13 +197,13 @@ When finished, press enter to get the sbt prompt, then stop the project by enter
197197

198198
### Running the Project with Docker
199199

200+
#### To run only the API
201+
200202
First, ensure there's a compiled jar to create the Docker image with:
201203
```shell
202204
sbt clean assembly
203205
```
204206

205-
#### To run only the API
206-
207207
Build the docker image
208208
```shell
209209
docker build -t hmda-api .

0 commit comments

Comments
 (0)