From 4d2e79a555aeb11160e71858728d19fc0b4624a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Spryszak?= <4544831-lusp@users.noreply.gitlab.com> Date: Tue, 14 Jun 2022 07:08:14 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4910106..2c7e35e 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,13 @@ [](https://packagist.org/packages/wpdesk/wp-notice) [](https://packagist.org/packages/wpdesk/wp-notice) +# wp-notice -WordPress Library to display notices in admin area. -=================================================== +A simple, yet very useful library for WordPress plugins allowing to display the different kind of notices in the admin area. It can be easily used to: -wp-notice is a simple library for WordPress plugins allowing to display notices in admin area. - -This library can display simple notices such as error, warning, success, info and dismissible ones as well. -It can also handle dismiss functionality with AJAX requests. +* Display the simple error, warning, success and info notices, +* Display the permanently dismissible notices, +* Handle the dismiss functionality with AJAX requests. ## Requirements -- GitLab