grim/convey

Fix bad attribute name in reference.
inject
2017-10-13, Eric Fritz
fa4c9211acd1
Parents f52cce4913a6
Children 0207b7e17dcc
Fix bad attribute name in reference.
  • +2 -2
    REFERENCE.md
  • --- a/REFERENCE.md Fri Oct 13 12:05:37 2017 -0500
    +++ b/REFERENCE.md Fri Oct 13 12:06:41 2017 -0500
    @@ -189,8 +189,8 @@
    | Name | Required | Default | Description |
    | ---------- | -------- | ------- | ----------- |
    -| file | | | A file that should be read. |
    -| files | | | A list of files that should be read. |
    +| from-file | | | A file that should be read. |
    +| from-files | | | A list of files that should be read. |
    | prefix | | | A prefix to add to each variable read from a file |
    At least one file must be supplied by either the `from-file` or `fromfiles` attributes. If both are supplied,