From ae565b50ab49ffa7a7f7153ca0c9c2ca04689097 Mon Sep 17 00:00:00 2001 From: Max WP Punk Date: Thu, 14 Oct 2021 16:01:23 +0300 Subject: [PATCH] Fix the README.md CS by @slaFFik_UA request. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3d16ee5..93fb4b4 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ composer require wppunk/wpautoload Then add to the `composer.json`: ``` { - ... - "extra": { - "wp-autoload": { - "\\Name\\Space\\": "src" - } - }, - ... + ... + "extra": { + "wp-autoload": { + "\\Name\\Space\\": "src" + } + }, + ... } ``` Where key it is namespace and value it is the folder name.