Skip to content

Commit

Permalink
feat: add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Oct 28, 2023
1 parent 3fd2186 commit 16a5a73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-abell/templates/bun-default/index.abell
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<p>Comparing {{ a }} and {{ b }} with <code>Bun.deepEquals()</code></p>
<!-- You can use any of the Bun commands inside abell blocks -->
<p>Result: {{ Bun.deepEquals(a, b, true) }}</p>
<a class="button primary" href="https://abelljs.org/" target="_blank">View Documentation</a>
&nbsp;<button class="button secondary" id="counter-button">Counter <span id="count">0</span></button>
</div>
</main>
<script src="./client-assets/index-client.js" type="module"></script>
Expand Down

0 comments on commit 16a5a73

Please sign in to comment.