Skip to content

Commit f71f8dc

Browse files
Fix minor typo in quickstart.md (google#712)
Co-authored-by: Kristopher Overholt <koverholt@gmail.com>
1 parent c50847f commit f71f8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ agent will be unable to function.
308308
piping text to the command like so:
309309

310310
```shell
311-
"Please start by listing files" | adk run file_listing_agent
311+
echo "Please start by listing files" | adk run file_listing_agent
312312
```
313313
314314
Run the following command, to chat with your Weather agent.

0 commit comments

Comments
 (0)