From 2c78f4b45b0102f60da3764be409a60d3f8f67fe Mon Sep 17 00:00:00 2001 From: CalDescent Date: Fri, 13 Jan 2023 18:25:30 +0000 Subject: [PATCH] Fixed typo and reworded "methods" to "actions", for consistency with the code. --- Q-Apps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Q-Apps.md b/Q-Apps.md index d1e59383..0e60e7e0 100644 --- a/Q-Apps.md +++ b/Q-Apps.md @@ -50,9 +50,9 @@ async function myfunction() { myfunction(); ``` -## Supported methods +## Supported actions -Here is a list of currently supported methods: +Here is a list of currently supported actions: - GET_ACCOUNT_ADDRESS - GET_ACCOUNT_PUBLIC_KEY - GET_ACCOUNT_DATA @@ -78,7 +78,7 @@ More functionality will be added in the future. ## Example Requests -Here is some example requests for each of the above: +Here are some example requests for each of the above: ### Get address of logged in account _Will likely require user approval_