Skip to content

Commit

Permalink
[skip ci] Fix readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed May 21, 2017
1 parent 8ea9ced commit 2a44e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ require_once '/path/to/your-project/vendor/autoload.php';

### Initialize API client

#### Token Authorizer
#### Token authorization

Starting with YouTrack 2017.1 release [authorization based on permanent tokens](https://www.jetbrains.com/help/youtrack/standalone/2017.2/Manage-Permanent-Token.html) is recommended as the main approach for the authorization in your REST API calls.

Expand All @@ -111,7 +111,7 @@ $authorizer = new \Cog\YouTrack\Rest\Authorizer\TokenAuthorizer('YOUTRACK_API_TO
$youtrack = new \Cog\YouTrack\Rest\YouTrackClient($http, $authorizer);
```

#### Cookie Authorizer
#### Cookie authorization

```php
// Instantiate HTTP Client
Expand Down

0 comments on commit 2a44e24

Please sign in to comment.