Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nidup committed Mar 24, 2016
1 parent 12b655e commit ff6cef6
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 @@ -35,7 +35,7 @@ Wrap following API methods :
Requirements
------------

* PHP >= 5.3.3
* PHP >= 5.5
* Guzzle https://github.com/guzzle/guzzle

Optional, for dev purpose, PHP Spec https://github.com/phpspec/phpspec
Expand All @@ -58,7 +58,7 @@ Then, to instanciate the client and use available API methods :
<?php
require 'vendor/autoload.php';

use Crowdin\Client;
use Akeneo\Crowdin\Client;

$project = 'akeneo';
$key = 'my-api-key';
Expand Down

0 comments on commit ff6cef6

Please sign in to comment.