Skip to content

Commit b12fee8

Browse files
authored
Merge pull request #32 from bear/rc-0.9
Rc 0.9
2 parents 68c37ce + 70c228e commit b12fee8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ Search the given `html` content for all `<link />` elements and return any disco
3939

4040
discoverEndpoint(sourceURL, ...)
4141
--------------------------------
42-
Discover any WebMention endpoint for a given `url`.
42+
Discover any WebMention endpoint for a given `sourceURL`.
4343

44-
sendWebmention(sourceURL, targetURL, webmention=None)
45-
-----------------------------------------------------
44+
sendWebmention(sourceURL, targetURL, webmention)
45+
------------------------------------------------
4646
Send to the `targetURL` a WebMention for the `sourceURL`.
4747
The WebMention will be discovered if it is not given in the optional `webmention` parameter.
4848

@@ -55,8 +55,8 @@ If any have an href attribute that is `rel="me"` then include it in the result.
5555

5656
confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
5757
--------------------------------------------------------------------
58-
Determine if a given resourceURL is authoritative for the profileURL.
59-
The list of `rel="me"` links will be discovered if not provided in the optional profileRelMes parameter or the resourceRelMes paramter.
58+
Determine if a given `resourceURL` is authoritative for the `profileURL`.
59+
The list of `rel="me"` links will be discovered if not provided in the optional `profileRelMes` parameter or the `resourceRelMes` parameter.
6060

6161
Validators
6262
==========

0 commit comments

Comments
 (0)