diff --git a/README.md b/README.md index acd84a6..9fc7268 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,10 @@ From the bottom up: * It then looks at a `Procfile` and starts the relevant workers using [uWSGI][uwsgi] as a generic process manager * You can then remotely change application settings (`config:set`) or scale up/down worker processes (`ps:scale`) at will. +## Internals + +This is an illustrated example of how `piku` works for a Python deployment: + ![](img/piku.png) ## Supported Platforms