diff --git a/README.md b/README.md
index 49101067b6cbb15b81f1ed4ae6aaf46c81c74c42..2c7e35e7e3a00b347685275de6db255b8423880f 100644
--- a/README.md
+++ b/README.md
@@ -5,14 +5,13 @@
 [![Latest Unstable Version](https://poser.pugx.org/wpdesk/wp-notice/v/unstable)](https://packagist.org/packages/wpdesk/wp-notice) 
 [![License](https://poser.pugx.org/wpdesk/wp-notice/license)](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