Skip to content

Commit

Permalink
Fix a typo (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu authored May 21, 2023
1 parent d3226cb commit 9785e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Version source -- how do we track upstream version updates?
- `src.openvsx = publisher.ext_name` -- the latest version of a vscode extension from open vsx
- `src.vsmarketplace = publisher.ext_name` -- the latest version of a vscode extension from vscode marketplace
- `src.cmd = cmd` -- the version from a shell command (e.g. `echo Meow`)
= `src.container = owner/name` - the latest tag of a container from the Docker registry
- `src.container = owner/name` - the latest tag of a container from the Docker registry

Optional list options for some version sources (`src.github_tag`, `src.webpage`, and `src.httpheader` and `src.container`),
see the corresponding [nvchecker documentation](https://nvchecker.readthedocs.io/en/latest/usage.html#list-options) for details.
Expand Down

0 comments on commit 9785e4f

Please sign in to comment.