diff --git a/README.md b/README.md index 39e6e79a35e5c5baadd409b0dc44313b59f0dcc0..eab1c2f18055aed4cc8e500245c8f026af7cf74e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [](https://gitlab.com/wpdesk/wp-notice/pipelines) -[](https://gitlab.com/wpdesk/wp-notice/commits/master) +[](https://gitlab.com/wpdesk/wp-notice/commits/master) [](https://packagist.org/packages/wpdesk/wp-notice) [](https://packagist.org/packages/wpdesk/wp-notice) [](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