From 86de7fd885ef5a6aff2c7a3384540b54a8acef62 Mon Sep 17 00:00:00 2001 From: Jagepard Date: Fri, 21 Aug 2020 17:47:39 +0300 Subject: [PATCH] add main.php --- README.md | 2 +- run => main.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename run => main.php (91%) diff --git a/README.md b/README.md index 34c76a4..466c7b6 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ----- # SingletonsPool | [API](https://github.com/Jagepard/PhpDesignPatterns-SingletonsPool/blob/master/docs.md "Documentation API") -```php run``` execute in terminal +```php main.php``` execute in terminal ##Result: ``` diff --git a/run b/main.php similarity index 91% rename from run rename to main.php index b2431c2..f7eff0c 100755 --- a/run +++ b/main.php @@ -1,4 +1,3 @@ -#! usr/bin/env php