diff --git a/README.md b/README.md index c533ca7..5470b89 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ----- # Singleton | [API](https://github.com/Jagepard/PhpDesignPatterns-Singleton/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 88% rename from run rename to main.php index 1b50904..1290708 100755 --- a/run +++ b/main.php @@ -1,4 +1,3 @@ -#! usr/bin/env php