diff --git a/README.md b/README.md index 7aba837b1..dccc0de9c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Default: `src/data` Specify the data to supply to your templates. Data may be formatted in `JSON`, `YAML`, [YAML front matter](http://assemble.io/docs/YAML-front-matter.html), or passed directly as an object. Wildcard patterns may also be used. -The filenames of the selected files must not collide with the [configuration options key names](http://assemble.io/docs/Options.html#configuration-options) for the assemble build task. For example, the files must not be called `assets.yml`,`collections.json`,`data.yml`,…. +The filenames of the selected files must not collide with the [configuration options key names](http://assemble.io/docs/Options.html#configuration-options) for the assemble build task. For example, the files must not be called `assets.yml`,`collections.json`,…. ### [layoutdir](http://assemble.io/docs/options-layoutdir.html) Type: `String` diff --git a/docs/options.md b/docs/options.md index 92b54eded..3f803397b 100644 --- a/docs/options.md +++ b/docs/options.md @@ -12,7 +12,7 @@ Default: `src/data` Specify the data to supply to your templates. Data may be formatted in `JSON`, `YAML`, [YAML front matter](http://assemble.io/docs/YAML-front-matter.html), or passed directly as an object. Wildcard patterns may also be used. -The filenames of the selected files must not collide with the [configuration options key names](http://assemble.io/docs/Options.html#configuration-options) for the assemble build task. For example, the files must not be called `assets.yml`,`collections.json`,`data.yml`,…. +The filenames of the selected files must not collide with the [configuration options key names](http://assemble.io/docs/Options.html#configuration-options) for the assemble build task. For example, the files must not be called `assets.yml`,`collections.json`,…. ## [layoutdir](http://assemble.io/docs/options-layoutdir.html) Type: `String`