diff --git a/README.md b/README.md index c2c01b9..c971c9f 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,20 @@ Analog::log ('The sky is falling!', Analog::ALERT); Analog::log ('Debugging info', Analog::DEBUG); ``` +### Usage without composer + +Analog uses a simple autoloader internally, so if you don't have access to [composer](https://getcomposer.org/) you can clone this repository and include it like this: + +```php +