Skip to content

Commit 70c228e

Browse files
committed
final set of changes, pushing to PyPI as v0.9
1 parent 1c98967 commit 70c228e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ discoverEndpoint(sourceURL, ...)
4141
--------------------------------
4242
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

@@ -56,7 +56,7 @@ If any have an href attribute that is `rel="me"` then include it in the result.
5656
confirmRelMe(profileURL, resourceURL, profileRelMes, resourceRelMes)
5757
--------------------------------------------------------------------
5858
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.
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
==========

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ronkyuu
3-
version = 0.9rc1
3+
version = 0.9
44
author = Mike Taylor and Kartik Prabhu
55
author_email = [email protected]
66
description = "Webmention Manager"

0 commit comments

Comments
 (0)