summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Friedly <nathan@nfriedly.com>2016-06-13 12:01:04 -0400
committerGitHub <noreply@github.com>2016-06-13 12:01:04 -0400
commit7e0395a7502fbd60ce0e2c4451042c07b0b17017 (patch)
tree5965bce8020cf3acee90bdca761009a41f05e4ff
parent3eb687812e62d9463b499eb416465cae29109ceb (diff)
downloadasync-7e0395a7502fbd60ce0e2c4451042c07b0b17017.tar.gz
fix race() anchor in readme
(Anchor tags cannot be self-closing. GitHub corrects it, but npm doesn't)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a428ee5..42f6694 100644
--- a/README.md
+++ b/README.md
@@ -1814,7 +1814,7 @@ __Related__
---------------------------------------
-<a name="race" />
+<a name="race"></a>
### race(tasks, [callback])
Runs the `tasks` array of functions in parallel, without waiting until the