From 188742aaef1baee4ed84378858b2b8b1c06b6556 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Thu, 9 Jun 2022 14:53:52 +0200
Subject: [PATCH] feature(readme): readme

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 492f916..1fa761f 100644
--- a/README.md
+++ b/README.md
@@ -106,3 +106,7 @@ wpdesk_permanent_dismissible_wp_notice( 'Notice text goes here', 'notice-name' )
 // Is equivalent to
 $notice = new \WPDesk\Notice\PermanentDismissibleNotice( 'Notice text goes here', 'notice-name' );
 ```
+
+## Project documentation
+
+PHPDoc: https://wpdesk.gitlab.io/wp-notice/index.html 
-- 
GitLab