Fix typo in agent_jarvis/README.md

corrsponding -> corresponding
This commit is contained in:
Ikko Eltociear Ashimine
2023-06-08 00:29:14 +09:00
committed by GitHub
parent cc36a2c6a3
commit 00fa1cf194
+2 -2
View File
@@ -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.** **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. ## 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. 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` 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. See also https://developers.google.cn/calendar/api/quickstart/python.