Skip to content
Snippets Groups Projects
Commit dd741a24 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(readme): readme

parent 0a306771
No related branches found
No related tags found
2 merge requests!22Feature/readme,!21feature(readme): readme
Pipeline #11435 passed
This commit is part of merge request !21. Comments created here will be created in the context of that merge request.
......@@ -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' );
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment