diff --git a/DoxaApi/EonaCat.DoxaApi.csproj b/DoxaApi/EonaCat.DoxaApi.csproj index dd58ad6..c846f53 100644 --- a/DoxaApi/EonaCat.DoxaApi.csproj +++ b/DoxaApi/EonaCat.DoxaApi.csproj @@ -53,5 +53,6 @@ \ + diff --git a/DoxaApi/images/image.png b/DoxaApi/images/image.png new file mode 100644 index 0000000..5ec406a Binary files /dev/null and b/DoxaApi/images/image.png differ diff --git a/README.md b/README.md index 95b1f6a..732bda5 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! -![alt text](https://github.com/EonaCat/images/blob/401a0b27ff4d6645d4106dd960f58ae0e44fec96/DoxaApi_overview.png?raw=true) +![Screenshot](images/image.png) ## Install