When you have this:<p><pre><code> store.on('transform', (transform) => {
return backup.sync(transform);
});
</code></pre>
And then this right after it:<p><pre><code> store.on('transform', (transform) => backup.sync(transform));
</code></pre>
You're writing meaningless documentation. The project looks cool, but I can't take it seriously when the Getting Started guide panders to the reader.