Skip to content

Commit c279f13

Browse files
authored
Merge pull request raycast#44 from crstauf/enhance/readme-inline-output
Add clarification to readme for `inline` command output
2 parents 3f8fa8d + d36da3a commit c279f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can use the standard output to present messages in Raycast. Depending on the
6565

6666
In `fullOutput` the entire output is presented on a separate view, similar to a terminal. This is handy when your script generates output to consume. In `compact` mode the last line of the standard output is shown in the toast. And in `silent` mode the last line (if exists) will be shown in overlaying HUD toast after Raycast window is closed.
6767

68-
In `inline` mode, the output will be directly shown in the command item and automatically refresh according to the specified `refreshTime`. Tip: Set your dashboard items as favorites via the action menu in Raycast
68+
In `inline` mode, the first line of output will be directly shown in the command item and automatically refresh according to the specified `refreshTime`. Tip: Set your dashboard items as favorites via the action menu in Raycast
6969

7070
### Error Handling
7171

0 commit comments

Comments
 (0)