Skip to content

Commit

Permalink
Merge pull request #24 from njoguamos/njoguamos-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
njoguamos authored Feb 13, 2023
2 parents ac41a6e + ac66d97 commit 1d10b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $data = [
"date" => "2022-01-01"
];

$signature = (new JengaSignature(data: $data))->base64Signature();
$signature = (new JengaSignature(data: $data))->getSignature();
// This will return signature for "0011547896523KE2022-01-01'
// "NCgbapJwPIt+203eyADfPSvPX6uWPPVwMbFdrW+3XoT7oQC2+IaS6srFIGGdMrwrTH ..."
```
Expand Down

0 comments on commit 1d10b28

Please sign in to comment.