Skip to content

Commit

Permalink
fix: typo, link to proper section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored Nov 10, 2020
1 parent ee1db21 commit 2053652
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 @@ -42,7 +42,7 @@ For example, if you have a long running command called `long-running-process.sh`

`aio-run-detached` will report back to the App plugin the process id of the detached process, so that the App plugin can terminate the detached process when the App plugin command exits.

The first argument after `aio-run-detached` **must** be an executable. Any subsequent arguments that use shell operators must be quote escaped. See the `Shell Operators Must Be Quoted` section belo.w
The first argument after `aio-run-detached` **must** be an executable. Any subsequent arguments that use shell operators must be quote escaped. See the [`Shell Operators Must Be Quoted`](#shell-operators-must-be-quoted) section below.

## Logging

Expand Down

0 comments on commit 2053652

Please sign in to comment.