diff --git a/README.md b/README.md index 4bb5d87..012b7b2 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ After using this generator, your new project (the directory created) will contai #### Fixes +* 🐛 Fix Celery worker command. PR [#443](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/443) by [@bechtold](https://github.com/bechtold). * 🐛 Fix Poetry installation in Dockerfile and upgrade Python version and packages to fix Docker build. PR [#480](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/480) by [@little7Li](https://github.com/little7Li). #### Refactors