diff --git a/README.md b/README.md index 220b7b06..b5ea6f87 100644 --- a/README.md +++ b/README.md @@ -297,8 +297,8 @@ flavor: | ``` * `latest=`: Handle [latest tag](#latest-tag) (default `auto`) -* `prefix=,onlatest=`: A global prefix for each generated tag and optionnally for `latest` -* `suffix=,onlatest=`: A global suffix for each generated tag and optionnally for `latest` +* `prefix=,onlatest=`: A global prefix for each generated tag and optionally for `latest` +* `suffix=,onlatest=`: A global suffix for each generated tag and optionally for `latest` ## `tags` input @@ -644,7 +644,7 @@ tags: | ### JSON output object The `json` output is a JSON object composed of the generated tags and labels so that you can reuse them further in your -workflow using the [`fromJSON` function](https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#fromjson): +workflow using the [`fromJSON` function](https://docs.github.com/en/actions/learn-github-actions/expressions#fromjson): ```yaml -