diff --git a/README.md b/README.md
index a30d84e..8a1a142 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
@@ -21,7 +21,7 @@
FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities, streamlined through advanced features like auto-detected join conditions, dynamic sorting, and offset and cursor pagination.
-Documentation: 🚧 Coming Soon 🚧
+Documentation: igorbenav.github.io/fastcrud
Features
@@ -169,6 +169,7 @@ async def read_item(item_id: int, db: AsyncSession = Depends(async_session)):
In this example, we define custom endpoints for creating and reading items using FastCRUD directly, providing more flexibility in how the endpoints are structured and how the responses are handled.
+To read more detailed descriptions, go to the documentation.
## References
diff --git a/pyproject.toml b/pyproject.toml
index adadf2f..12d7bf7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastcrud"
-version = "0.1.6"
+version = "0.1.8"
description = "FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities."
authors = ["Igor Benav "]
license = "MIT"