From 8860c9080fa49e9a9693b82007d93a675df26ee5 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Fri, 16 Oct 2020 15:40:31 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc235d6..b9d691f 100644 --- a/README.md +++ b/README.md @@ -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.)