diff --git a/README.md b/README.md index b2420fd..eb647c2 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,14 @@ Usage of go-latestver: ``` To use the `github_release` fetcher without hitting the API limits quite fast provide `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` of an [OAuth App](https://github.com/settings/developers) in environment variables. + +## Screenshots + +### Catalog Index +![](docs/latestver-catalog-index.png) + +### Catalog Entry +![](docs/latestver-catalog-entry.png) + +### Global Changelog +![](docs/latestver-log.png) diff --git a/docs/latestver-catalog-entry.png b/docs/latestver-catalog-entry.png new file mode 100644 index 0000000..1e366c2 Binary files /dev/null and b/docs/latestver-catalog-entry.png differ diff --git a/docs/latestver-catalog-index.png b/docs/latestver-catalog-index.png new file mode 100644 index 0000000..15d1b77 Binary files /dev/null and b/docs/latestver-catalog-index.png differ diff --git a/docs/latestver-log.png b/docs/latestver-log.png new file mode 100644 index 0000000..43c6f95 Binary files /dev/null and b/docs/latestver-log.png differ