Closed samplereality closed 4 years ago
In the docs for the articles macro: under the setup.articles.output() section, all the examples use setup.articles.find().
For example, the example reads setup.articles.find('UFO'); // 'a UFO'
setup.articles.find('UFO'); // 'a UFO'
But it should be
setup.articles.output('UFO'); // 'a UFO'
Whoops.
Anyway, thanks for opening this. I'll fix this in the next version.
In the docs for the articles macro: under the setup.articles.output() section, all the examples use setup.articles.find().
For example, the example reads
setup.articles.find('UFO'); // 'a UFO'
But it should be
setup.articles.output('UFO'); // 'a UFO'