Skip to content

Commit

Permalink
Merge pull request #43 from Cladis/patch-1
Browse files Browse the repository at this point in the history
ns fix
  • Loading branch information
addshore committed Jul 30, 2018
2 parents 1faa726 + 27440a5 commit 48202fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Expand Up @@ -32,7 +32,7 @@ Logging in and out

.. code-block:: php
use \MediawikiApi\Api\ApiUser;
use \Mediawiki\Api\ApiUser;
$api->login( new ApiUser( 'username', 'password' ) );
$api->logout();
Expand Down

0 comments on commit 48202fc

Please sign in to comment.