From 692ec911e95449abfd17fcf9f19f4df508e732f4 Mon Sep 17 00:00:00 2001 From: atehnix Date: Thu, 24 Nov 2016 23:58:32 +0300 Subject: [PATCH] Improved readme. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbce481..79b559f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP client for Vk.com API -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/atehnix/vk-client/master/LICENSE) [![Packagist Version](https://img.shields.io/packagist/v/atehnix/vk-client.svg)](https://packagist.org/packages/atehnix/vk-client) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/atehnix/vk-client/master/LICENSE) ## Installation @@ -44,6 +44,11 @@ Send multiple requests at once $response = $api->send($execute); ``` +### Use a specific version of the API. +```php + $api = new Client('5.60'); +``` + ### Use with access token Set default token in client.