Skip to content

Commit

Permalink
fix(docs): grammar stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Jul 11, 2023
1 parent 1f40b29 commit a42f7f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ vhs publish demo.gif

## The VHS Server

VHS has an SSH server built in! When you self host VHS you can access it as
VHS has an SSH server built in! When you self-host VHS you can access it as
though it were installed locally. VHS will have access to commands and
applications on the host so you don't need to install them on your machine.
applications on the host, so you don't need to install them on your machine.

To start the server run:

Expand Down Expand Up @@ -231,7 +231,7 @@ Output frames/ # a directory of frames as a PNG sequence

The `Require` command allows you to specify dependencies for your tape file.
These are useful to fail early if a required program is missing from the
`$PATH` and it is certain that the VHS execution will not work as expected.
`$PATH`, and it is certain that the VHS execution will not work as expected.

Require commands must be defined at the top of a tape file, before any non-
setting or non-output command.
Expand Down

0 comments on commit a42f7f0

Please sign in to comment.