Fix typo in README

This commit is contained in:
Pablo Castellano 2019-07-06 16:26:01 +02:00 committed by GitHub
parent 30b71e43ed
commit ab6dfa671b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Services supporting ActivityPub federation.
## Implementations
Simple example of implementing ActivityPub.
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An exmaple of ActivityPub server implementation written in Python.
* [ActivityPub Example](https://github.com/tOkeshu/activitypub-example) - An example of ActivityPub server implementation written in Python.
* [dsblank/activitypub](https://github.com/dsblank/activitypub) - Prototyping a Python ActivityPub distributed server in Tornado.
* [microstatus](https://github.com/Arkanosis/microstatus) - Mastodon, GNUsocial compatible ActivityPub and OStatus server implementation.
* [pylodon](https://github.com/rowanlupton/pylodon) - Flask-based ActivityPub server implementation.