diff --git a/DoxaApi/EonaCat.DoxaApi.csproj b/DoxaApi/EonaCat.DoxaApi.csproj index c846f53..26812e9 100644 --- a/DoxaApi/EonaCat.DoxaApi.csproj +++ b/DoxaApi/EonaCat.DoxaApi.csproj @@ -10,7 +10,7 @@ EonaCat.DoxaApi - 0.0.2 + 0.0.3 EonaCat (Jeroen Saey) A modern, self-contained, dependency-free OpenAPI documentation UI for ASP.NET Core. openapi;swagger;documentation;api;aspnetcore;doxa;api;docs;documentation;Jeroen;Saey;EonaCat;Scalar;Redoc;Postman;EchoAPI; diff --git a/README.md b/README.md index 732bda5..c590c14 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ EonaCat.DoxaApi scans your controllers with plain `System.Reflection` and ASP.NE builds a small OpenAPI-like JSON document with `System.Text.Json`, and serves a UI This can also be used in an offline environment! -![Screenshot](images/image.png) +![Screenshot](DoxaApi/images/image.png) ## Install