From e73e52bb5bc3feaf322d1a7b8aad834ab0b16156 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Mon, 9 Jan 2023 12:03:46 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65a92d4..dcc4125 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@

+## :bookmark_tabs: Documentation +See the full docs in [docs.socketify.dev](https://docs.socketify.dev) or in [/docs/README.md](docs/README.md) +Also take a look in the examples in [/examples](https://github.com/cirospaciari/socketify.py/tree/main/examples) ## 💡 Features - WebSocket with pub/sub support @@ -212,5 +215,3 @@ We don't use uvloop, because uvloop don't support Windows and PyPy3 at this mome ## :dizzy: CFFI vs Cython vs HPy Cython performs really well on Python3 but really bad on PyPy3, CFFI are chosen for better support PyPy3 until we got our hands on an stable [`HPy`](https://hpyproject.org/) integration. -## :bookmark_tabs: Documentation -See the full docs in [docs.socketify.dev](https://docs.socketify.dev) or in [/docs/README.md](docs/README.md)