aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-07-24 17:51:30 +0200
committerJonas Smedegaard <dr@jones.dk>2020-07-24 17:51:30 +0200
commit0840f610a81cbc81a564adb6ff7a0cb30e0322ea (patch)
treee4d3bc5fbbed7d4d3870ca6d6efff8350a026b42
parent65555c6db88a329741caaf3bdfc8824ee0360bc7 (diff)
fix syntax typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74904d8..3dfaf9a 100644
--- a/README.md
+++ b/README.md
@@ -183,7 +183,7 @@ Would produce the following HTML+RDFa:
```html
<p resource="#manu">You can give me a ring.</p>
-<p>You can give me a ring {=<a href=""#manu">#manu</a>}.</p>
+<p>You can give me a ring {=<a href="#manu">#manu</a>}.</p>
```
Notice how second paragraph has punctuation *after* the hints.