diff --git a/README.md b/README.md index 4050913..86de4a5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This service complements the Amarillo application, creating GTFS and GTFS-RT dat It is a non-public backend service called from the Amarillo FastAPI application. You can run it as part of docker compose, or separately using the instructions below. +# Overview + + ![Amarillo GTFS generation overview](/docs-overview-diagram.png) # Usage diff --git a/docs-overview-diagram.png b/docs-overview-diagram.png new file mode 100644 index 0000000..2957bf9 Binary files /dev/null and b/docs-overview-diagram.png differ