Skip to content

Commit

Permalink
update example for explicit stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 14, 2023
1 parent 5310ea2 commit 06a31f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust/stdio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ thumbnail: https://static.rerun.io/stdio/25c5aba992d4c8b3861386d8d9539a4823dca11
Demonstrates how to log data to standard output with the Rerun SDK, and then visualize it from standard input with the Rerun Viewer.

```bash
echo 'hello from stdin!' | cargo run | rerun
echo 'hello from stdin!' | cargo run | rerun -
```

0 comments on commit 06a31f3

Please sign in to comment.