From 597dcce2abc5698e5e3b0c87f7d3e0d2bfbd762f Mon Sep 17 00:00:00 2001 From: Zachary Shilton <4624598+zchsh@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:06:42 -0400 Subject: [PATCH] website: fix tag vs version reference in README Co-authored-by: Wilken Rivera --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 429e06819..795f67e64 100644 --- a/website/README.md +++ b/website/README.md @@ -382,7 +382,7 @@ Some setup is required to include docs from remote plugin repositories on the [p The `docs.zip` release asset is expected to be generated as part of the standard release process for `packer-plugin-*` repositories. Additional details on this process can be found in [the `packer-plugin-scaffolding` `README`](https://github.com/hashicorp/packer-plugin-scaffolding#registering-documentation-on-packerio). -The `docs-remote-plugins.json` file contains an array of entries. Each entry points to a plugin repository. The `{ title, path, repo, tag }` properties are required for each entry, all other properties are optional. +The `docs-remote-plugins.json` file contains an array of entries. Each entry points to a plugin repository. The `{ title, path, repo, version }` properties are required for each entry, all other properties are optional. ```json5 [