diff --git a/README.md b/README.md index 3dd7dbe..45229ff 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library allows you to log variables to the Chrome console. ## Installation 1. Install the Chrome extension from: https://chrome.google.com/extensions/detail/noaneddfkdjfnfdakjjmocngnfkfehhd 2. Click the extension icon in the browser to enable it for the current tab's domain -3. Put ChromePhp.php somewhere in your PHP include path +3. Install from Composer by `composer require ccampbell/chromephp` or put ChromePhp.php somewhere in your PHP include path 4. Log some data ```php