diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ Would produce the following HTML+RDFa: <p>My name is <span property="schema:name">Manu Sporny</span> and you can give me a ring via -<a property="telephone" href="tel:+1-800-555-0199" title="make a phone call to Manu Sporny">1-800-555-0199</a>.</p> +<a property="schema:telephone" href="tel:+1-800-555-0199" title="make a phone call to Manu Sporny">1-800-555-0199</a>.</p> ``` ## Semantic Markdown and other Markdown extensions |