Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yanqingmen committed Mar 9, 2023
1 parent cec48d2 commit 4a1ed8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ session = ask_func(download_data, message="please download this data for me", mo

print(session.get_current())
```
![invalid_message_image](./docs/images/en/invalid_message_example.png)
![invalid_message_image](./docs/images/en/invalid_message.png)


- handling task exception
Expand All @@ -115,6 +115,6 @@ else:
result = wait_task(task)
print(result)
```
![task_exception_image](./docs/images/en/task_exception_example.png)
![task_exception_image](./docs/images/en/error_task_example.png)

- free dialogue with the function(TODO)

0 comments on commit 4a1ed8a

Please sign in to comment.