diff --git a/.templates/app/field-types/EntryHash/sample-js.hbs b/.templates/app/field-types/EntryHash/sample-js.hbs index 5d1b81d..5f7895b 100644 --- a/.templates/app/field-types/EntryHash/sample-js.hbs +++ b/.templates/app/field-types/EntryHash/sample-js.hbs @@ -1 +1 @@ -fakeEntryHash() +(await fakeEntryHash()) diff --git a/.templates/app/web-app.instructions.hbs b/.templates/app/web-app.instructions.hbs index 0a5d7b4..50be0ac 100644 --- a/.templates/app/web-app.instructions.hbs +++ b/.templates/app/web-app.instructions.hbs @@ -18,7 +18,7 @@ To continue scaffolding your app, add a new dna: hc scaffold dna -And then adding a zome to that dna: +And then add a zome to that dna: hc scaffold zome diff --git a/.templates/module/field-types/EntryHash/sample-js.hbs b/.templates/module/field-types/EntryHash/sample-js.hbs index 5d1b81d..5f7895b 100644 --- a/.templates/module/field-types/EntryHash/sample-js.hbs +++ b/.templates/module/field-types/EntryHash/sample-js.hbs @@ -1 +1 @@ -fakeEntryHash() +(await fakeEntryHash())