Update 'README.md'

This commit is contained in:
Brian Buller 2020-10-16 15:40:31 -05:00
parent 5f07ea41d2
commit 8860c9080f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ As you can see, support for `go` templates is built in. While executing the temp
In the examples above we can see these variables:
* `.Crew.*`
* `.Hold.*`
* `.Args.Arg*`
* `.Args.Arg.*`
The `Crew` and the `Hold` are loaded if the captain is given a ship to sail. (A ship need not be specified if one named `default` exists in the given configuration.)