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

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 39a56d7..efcff27 100644
--- a/README.md
+++ b/README.md
@@ -80,5 +80,5 @@ To display permanent dismissible notice:
 wpdesk_permanent_dismissible_wp_notice( 'Notice text goes here', 'notice-name' );
 
 // Is equivalent to
-new PermanentDismissibleNotice( 'Notice text goes here', 'notice-name' );
+$notice = new \WPDesk\Notice\PermanentDismissibleNotice( 'Notice text goes here', 'notice-name' );
 ```
-- 
GitLab