Payload is in `content=`, not `value=`.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1bad3d8..1ba43b2 100644
--- a/README.md+++ b/README.md
@@ -12,10 +12,10 @@ ## What and Why
Software can scrape `<meta>` tags in the `<head>` tag to learn how to clone or
navigate this project. These tags look like:
- <meta name="vcs" value="git">+ <meta name="vcs" content="git"> <meta name="vcs:clone"
- value="https://vcs-autodiscovery.example/project.git">+ content="https://vcs-autodiscovery.example/project.git">## Standard
--
2.39.0
Thanks a lot for this!
On Mon Jan 2, 2023 at 6:35 PM GMT, Phil Pennock wrote:
> Payload is in `content=`, not `value=`.> ---> README.md | 4 ++--> 1 file changed, 2 insertions(+), 2 deletions(-)>> diff --git a/README.md b/README.md> index 1bad3d8..1ba43b2 100644> --- a/README.md> +++ b/README.md> @@ -12,10 +12,10 @@ ## What and Why> Software can scrape `<meta>` tags in the `<head>` tag to learn how to clone or> navigate this project. These tags look like:>> - <meta name="vcs" value="git">> + <meta name="vcs" content="git">>> <meta name="vcs:clone"> - value="https://vcs-autodiscovery.example/project.git">> + content="https://vcs-autodiscovery.example/project.git">>> ## Standard>> --> 2.39.0