Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
labbbirder authored Feb 8, 2024
1 parent a6ae9a2 commit 4354d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void Bar()
IEnumerator Baz()
{
var request = Shell.RunCommand("python -V");
yield return request;
yield return request.ToCoroutine();
var result = request.result;
Debug.Log(result.Output); // output: 3.11.2
Debug.Log(result.ExitCode); // output: 0
Expand Down

0 comments on commit 4354d3c

Please sign in to comment.