Skip to content

Commit

Permalink
docs: clearer example
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed May 29, 2020
1 parent 736bfa0 commit 1c0dccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,13 @@ The `generator` property from `package.json` file must contain a JSON object tha
}
},
"conditionalFiles": {
"template/dir/relative/path/to/file/test-amqp.js": {
"path/to/file/that/is/relative/to/template/dir/test-amqp.js": {
"subject": "server.protocol",
"validation": {
"const": "amqp"
}
},
"template/dir/relative/path/to/file/support.html": {
"path/to/file/that/is/relative/to/template/dir/support.html": {
"subject": "info.contact",
"validation": {
"required": ["url"]
Expand Down

0 comments on commit 1c0dccd

Please sign in to comment.