create-leo-app 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template-vanilla/main.js +1 -1
package/package.json
CHANGED
package/template-vanilla/main.js
CHANGED
|
@@ -39,7 +39,7 @@ document.querySelector("#app").innerHTML = `
|
|
|
39
39
|
<div class="card">
|
|
40
40
|
<button onclick="window.execute()">Call Execute Function</button>
|
|
41
41
|
<button onclick="window.key()">Get Private Key</button>
|
|
42
|
-
<button onclick="window.deploy()">Deploy
|
|
42
|
+
<button onclick="window.deploy()">Deploy Hello World Program</button>
|
|
43
43
|
</div>
|
|
44
44
|
<p class="read-the-docs">
|
|
45
45
|
Click on the Aleo logo to learn more
|