Skip to content

Commit

Permalink
Add compatibility note for people who used dev-master
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Jan 16, 2016
1 parent 8cc9e43 commit cfa0b3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example-self-hosted.php
Original file line number Diff line number Diff line change
Expand Up @@ -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', '[email protected]', 'hard to guess, easy to remember', 'https://my.company.com/projects');

// Issue a token
Expand Down

0 comments on commit cfa0b3e

Please sign in to comment.