Skip to content

Commit 4d9e30a

Browse files
authored
Merge pull request escwdev#26 from FahadAlbukhari/patch-1
ext. )
2 parents f18745c + d51f713 commit 4d9e30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Simple example:
4141
api.getAccounts().then((r) => {
4242
console.log(r.data)
4343
}).catch((e) => {
44-
console.log(e))
44+
console.log(e)
4545
})
4646

4747
// Async/Await get account info example (private & signed)

0 commit comments

Comments
 (0)