diff --git a/README.md b/README.md index f8a7d4e..90e0c4c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -You need `docker` and `docker-compose`. +Simple example of how to make a SPA using only Django. Or in other words, creating a site with HTML architecture over Websockets that handles HTMX events. # Run +You need `docker` and `docker-compose`. + ``` make run.server ```