diff --git a/README.md b/README.md index 08646ab..fdccae1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Go to `http://localhost:8080/docs` to see the Swagger UI There is a postgres database that powers the application. For simplicity, it is cleaned and re-seeded when you run `make start`. This means you do not have think about DB migrations. You can run `make clean-db` if you need to clean it manually. -## IDE Setup +## VSCode Setup If you open the project directly within vscode, the debugger has been setup for you.