diff --git a/README.md b/README.md
index 4119517..e7fe8a7 100644
--- a/README.md
+++ b/README.md
@@ -6,15 +6,13 @@ Security Functions (SF) in Golang.
-This code base contains the functions implementing AAA. It is a
-standalone library, i.e. it can be used with Gin, Beego, Echo,
-Mux (Gorilla). Originally, the library was a part of the development
-of Caddy v2 `caddy-auth-portal`, `caddy-auth-jwt`, and
-`caddy-authorize` plugins.
+This code base contains the functions implementing AAA. It is a standalone library, i.e. it can be used with Gin, Beego, Echo,Mux (Gorilla).
+Originally developed for the Caddy web server in the form of `caddy-security` app, AuthCrunch forms the foundation for the
+server's security functionality, including authentication portal, authorization gateway, and other features.
## Documentation
-Please browse to [authp.github.io](https://authp.github.io/).
+Please browse to [docs.authcrunch.com](https://docs.authcrunch.com/).
## Issues