From 24657e0b8d5c416f463944cddf191d4b898fe173 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Mon, 31 Dec 2018 12:05:05 +0000 Subject: [PATCH] Feature/readme --- README.md | 6 +++--- wp-notice-init.php => init.php | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename wp-notice-init.php => init.php (100%) diff --git a/README.md b/README.md index 39e6e79..eab1c2f 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 -- GitLab