From a3db432b74add862cd5e7b25cea08ec67ad7cd5b Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Sun, 7 Oct 2018 12:22:38 +0200
Subject: [PATCH] Readme - documentation link.

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cef12b9..e3151dd 100644
--- a/README.md
+++ b/README.md
@@ -56,4 +56,8 @@ $notice = \WPDesk\Notice\Factory::notice('Notice text goes here');
 $notice = new \WPDesk\Notice\Notice('Notice text goes here'); 
 ```
 
-Notice must be used before WordPress action `admin_notices`. WordPress admin actions order is listed [here](https://codex.wordpress.org/Plugin_API/Action_Reference#Actions_Run_During_an_Admin_Page_Request). 
+Notice must be used before WordPress action `admin_notices`. WordPress admin actions order is listed [here](https://codex.wordpress.org/Plugin_API/Action_Reference#Actions_Run_During_an_Admin_Page_Request).
+
+## Project documentation
+
+https://wpdesk.gitlab.io/wp-notice/index.html 
-- 
GitLab