Skip to content

Commit c704bfb

Browse files
Fix grammar
1 parent b0e8837 commit c704bfb

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
@@ -79,7 +79,7 @@ Don't forget to change this line to add the `Calculator` action:
7979
```python
8080
Action: the action you want to take, must be one of [Web Search, Get Readable Content, Get Internal Links, Run Python Code, Ask ChatGPT, Calculator]
8181
```
82-
When adding an action, you also need to make the code to handle the action. There is a cell that defines a function called `parse_action`. There is an if, elif, else statement that looks like this that you can add an elif to like this:
82+
When adding an action, you also need to make the code to handle the action. There is a cell that defines a function called `parse_action`. There is an if, elif, else statement that you can add an elif to like this:
8383
```python
8484
if last_action.lower() == 'web search':
8585
...

0 commit comments

Comments
 (0)