Skip to content

Commit

Permalink
README cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Oct 23, 2014
1 parent 1ea3e52 commit 05a0dd0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gosh - a tiny hook server

gosh exists to run shell scripts on demand within a fairly small set
`gosh` exists to run shell scripts on demand within a fairly small set
of constraints:

1. The shell scripts must be known ahead of time.
Expand All @@ -9,9 +9,9 @@ of constraints:

## Usage

Firstly, gosh runs scripts that are pre-defined in a scripts
Firstly, `gosh` runs scripts that are pre-defined in a scripts
directory. This directory is specified by the final argument to
gosh. e.g.:
`gosh`. e.g.:

gosh /some/directory

Expand All @@ -23,8 +23,7 @@ with the following example command:
This will queue an execution and return an HTTP `202`. This is pretty
much the only status that will ever be returned.

If you request a
path that doesn't match a file, you'll get a `202`.
If you request a path that doesn't match a file, you'll get a `202`.

If the task is already running, another run will be queued.

Expand Down

0 comments on commit 05a0dd0

Please sign in to comment.