diff --git a/README.md b/README.md
index 39e6e79a35e5c5baadd409b0dc44313b59f0dcc0..eab1c2f18055aed4cc8e500245c8f026af7cf74e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 [![pipeline status](https://gitlab.com/wpdesk/wp-notice/badges/master/pipeline.svg)](https://gitlab.com/wpdesk/wp-notice/pipelines) 
-[![coverage report](https://gitlab.com/wpdesk/wp-notice/badges/master/coverage.svg)](https://gitlab.com/wpdesk/wp-notice/commits/master) 
+[![coverage report](https://gitlab.com/wpdesk/wp-notice/badges/master/coverage.svg?job=integration+test+lastest+coverage)](https://gitlab.com/wpdesk/wp-notice/commits/master) 
 [![Latest Stable Version](https://poser.pugx.org/wpdesk/wp-notice/v/stable)](https://packagist.org/packages/wpdesk/wp-notice) 
 [![Total Downloads](https://poser.pugx.org/wpdesk/wp-notice/downloads)](https://packagist.org/packages/wpdesk/wp-notice) 
 [![Latest Unstable Version](https://poser.pugx.org/wpdesk/wp-notice/v/unstable)](https://packagist.org/packages/wpdesk/wp-notice) 
@@ -34,10 +34,10 @@ require_once 'vendor/autoload.php';
 
 ## Manual instalation
 
-If you do not wish to use Composer, you can download the latest release. Then, to use the Notices, include the init.php file.
+If you do not wish to use Composer, you can [download the latest release](https://gitlab.com/wpdesk/wp-notice/-/jobs/artifacts/master/download?job=library). Then, to use the Notices, include the init.php file.
 
 ```php
-require_once('/path/to/notice/src/notice-init.php');
+require_once('/path/to/wp-desk/wp-notice/init.php');
 ```
 
 ## Getting Started
diff --git a/wp-notice-init.php b/init.php
similarity index 100%
rename from wp-notice-init.php
rename to init.php