diff --git a/README.md b/README.md
index 163baea2906a0f1f6fc8734505915813c68ff03a..951fd595fb4a66f949fca3fd984b146b2ce63850 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,9 @@ async def handle_create(activity: APActivity):
     await federation.store_object(activity.object)
 ```
 
+#### Run Example Usage
+- [Server to Server Example](examples/README.md)
+
 #### Documentation
 - [Getting Started](documentation/getting-started.md)
 - [Configuration Guide](documentation/configuration.md)