~ancarda/vcs-autodiscovery-rfc

5129f68f597f4fcc6315bc10ae9d01c95c52911e — Phil Pennock 8 months ago 1d63223 trunk
fix meta payload attribute in README

Payload is in `content=`, not `value=`.
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 12,10 12,10 @@ understand different software forges. Given a URL, such as:
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