diff --git a/README.md b/README.md index c64df35..d8603cb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ If you choose to install this application with Composer instead of pulling down } ``` -Run a ``composer update`` to install the package. +Run a `composer update` to install the package. + +*Note*: If you used an older version of Active Collab API wrapper and loaded it using `dev-master`, lock it to version 2.0 by setting require statement to `^2.0` and calling `composer update`. ## Connecting to Active Collab Cloud Accounts diff --git a/example-self-hosted.php b/example-self-hosted.php index 0b964d0..4e47aa1 100644 --- a/example-self-hosted.php +++ b/example-self-hosted.php @@ -8,7 +8,7 @@ require_once __DIR__ . '/vendor/autoload.php'; -// Construct a self-hosted authenticator. Last parameter is URL where your Active Collab is installed +// Construct a self-hosted authenticator. Last parameter is URL where your Active Collab $authenticator = new \ActiveCollab\SDK\Authenticator\SelfHosted('ACME Inc', 'My Awesome Application', 'you@acmeinc.com', 'hard to guess, easy to remember', 'https://my.company.com/projects'); // Issue a token