ChapelR / custom-macros-for-sugarcube-2

A collection of systems and macros for Twine.
https://macros.twinelab.net/
The Unlicense
170 stars 43 forks source link

Wrong examples in articles.md #41

Closed samplereality closed 4 years ago

samplereality commented 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'

But it should be

setup.articles.output('UFO'); // 'a UFO'

ChapelR commented 4 years ago

Whoops.

Anyway, thanks for opening this. I'll fix this in the next version.