Skip to content

Commit

Permalink
A bit of docs in the HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed May 16, 2022
1 parent 12986b0 commit 9b14e5e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion examples/sf_web/snowfakery.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@
type="text/javascript"
src="https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js"
></script>
<h1>Snowfakery Web Demo</h1>
<p>This is a "light" version of Snowfakery for testing recipes.</p>
<ul><li>
It does not connect to Salesforce yet, but that may come in the
future.
</li>
<li>It's dramatically slower than "normal" Snowfakery, generating hundreds, rather
than thousands of records per second.
</li>
</ul>

<p>Your recipe</p>
<textarea id="myTextarea" cols="80" rows="20">
- object: Contact
count: 10
Expand Down

0 comments on commit 9b14e5e

Please sign in to comment.