Skip to content

Commit

Permalink
Merge pull request #111 from SametSahin10/master
Browse files Browse the repository at this point in the history
fix typo on README.md
  • Loading branch information
Luzzotica authored Jun 19, 2023
2 parents 3f5120b + 4a08d11 commit cfdac51
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 @@ -155,7 +155,7 @@ final kadenaSignV1RequestHandler = (String topic, dynamic parameters) async {
// 3. Respond to the dApp based on user response
if (userApproved) {
// Returned value must by a primitive, or a JSON serializable object: Map, List, etc.
// Returned value must be a primitive, or a JSON serializable object: Map, List, etc.
return 'Signed!';
}
else {
Expand Down

0 comments on commit cfdac51

Please sign in to comment.