Skip to content

Commit

Permalink
fix: readme examples (#12)
Browse files Browse the repository at this point in the history
* docs: add @obradovicaffinidi as a contributor

* fix: readme client ref

---------

Signed-off-by: maratsh <[email protected]>
  • Loading branch information
maratsh authored Dec 15, 2024
1 parent cba6cdb commit aa40d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ composer install affinidi-tdk/affinidi-tdk-php
require_once 'vendor/autoload.php';

use AuthProvider\AuthProvider;
use AffinidiTdk\Clients\Wallets as WalletsClient;
use AffinidiTdk\Clients\WalletsClient;

$params = [
'privateKey' => "",
Expand Down
2 changes: 1 addition & 1 deletion src/AuthProvider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composer install affinidi-tdk/affinidi-tdk-php
require_once 'vendor/autoload.php';

use AuthProvider\AuthProvider;
use AffinidiTdk\Clients\Wallets as WalletsClient;
use AffinidiTdk\Clients\WalletsClient;

$params = [
'privateKey' => "",
Expand Down

0 comments on commit aa40d7e

Please sign in to comment.