From 00fa1cf19435e9be182bea8b73563b37d3928db4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 8 Jun 2023 00:29:14 +0900 Subject: [PATCH] Fix typo in agent_jarvis/README.md corrsponding -> corresponding --- agent_jarvis/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent_jarvis/README.md b/agent_jarvis/README.md index e16d1aa..ac711b4 100644 --- a/agent_jarvis/README.md +++ b/agent_jarvis/README.md @@ -172,7 +172,7 @@ If your issue is not listed above or you have any questions. **Feel free to open **NOTE: You must select `Read and write` first, then create keys. If the keys were created first, you will have to recreate the keys again.** -Both these keys and their corrsponding secrets are required in the `.env` file. +Both these keys and their corresponding secrets are required in the `.env` file. ## A.2. How to get a youtube access key. @@ -199,4 +199,4 @@ The created API key string is what we want. 9. You browser will be invoked to a google's auth page. You are asked to authorize our `demo_service2` to access your google account. Just accept. 10. The file `token.json` will be automatically stored at `${project_root}/../example_services/demo_service2/token.json` -See also https://developers.google.cn/calendar/api/quickstart/python. \ No newline at end of file +See also https://developers.google.cn/calendar/api/quickstart/python.