Skip to content

Commit

Permalink
Merge pull request #184 from rabellamy/grammar
Browse files Browse the repository at this point in the history
Adds an indefinite article in send keys section of readme.
  • Loading branch information
christophersjchow committed Jan 4, 2014
2 parents ea165fe + 789f373 commit b531677
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 @@ -156,7 +156,7 @@ These command(s) will run before any subsequent commands in all panes and window
## Passing directly to send-keys

tmuxinator passes commands directly to send keys. This differs from simply chaining commands together using `&&` or `;`, in that
tmux will directly send the commands to shell as if you typed them in. This allows commands to be executed on a remote server over
tmux will directly send the commands to a shell as if you typed them in. This allows commands to be executed on a remote server over
SSH for example.

To support this both the window and pane options can take an array as an argument:
Expand Down

0 comments on commit b531677

Please sign in to comment.