diff --git a/README.md b/README.md
index bdcee91..37c9f5e 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@
# ⚡ FASTAPI Websocket RPC
RPC over Websockets made easy, robust, and production ready
-
-
+
+
@@ -108,10 +108,10 @@ See the [examples](/examples) and [tests](/tests) folders for more server and cl
## What can I do with this?
-Websockets are ideal to create bi-directional realtime connections over the web.
- - Push updates
- - Remote control mechanism
- - Pub / Sub (see [fastapi_websocket_pubsub](https://github.com/authorizon/fastapi_websocket_pubsub))
+Websockets are ideal to create bi-directional realtime connections over the web.
+ - Push updates
+ - Remote control mechanism
+ - Pub / Sub (see [fastapi_websocket_pubsub](https://github.com/permitio/fastapi_websocket_pubsub))
- Trigger events (see "tests/trigger_flow_test.py")
- Node negotiations (see "tests/advanced_rpc_test.py :: test_recursive_rpc_calls")
diff --git a/setup.py b/setup.py
index 522259c..fe06a69 100644
--- a/setup.py
+++ b/setup.py
@@ -15,11 +15,11 @@ def get_requirements(env=""):
name='fastapi_websocket_rpc',
version='0.1.21',
author='Or Weis',
- author_email="or@authorizon.com",
+ author_email="or@permit.io",
description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",
long_description_content_type="text/markdown",
long_description=long_description,
- url="https://github.com/authorizon/fastapi_websocket_rpc",
+ url="https://github.com/permitio/fastapi_websocket_rpc",
packages=find_packages(),
classifiers=[
"Programming Language :: Python :: 3",