From 2a44e245177c7182470101b68d3c381fb71ffc66 Mon Sep 17 00:00:00 2001 From: a-komarev Date: Sun, 21 May 2017 20:20:36 +0300 Subject: [PATCH] [skip ci] Fix readme wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e06d34..835b626 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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