Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Mar 30, 2022
1 parent 32b90ef commit e606af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cubing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1><a href="#javascript"><code>npm</code> package</a></h1>
Most examples on this site use CDN import paths for convenient copy-and-pasting. To import from <code>npm</code>, remove the <code class="boilerplate">https://cdn.cubing.net/js/</code> prefix from any relevant imports.
</p>
<p>
The <code>npm</code> package should work with any modern bundlers and tools. If you are having trouble, make sure your tool is compatible with ES2020 syntax. We recommend using <a href="https://esbuild.github.io/"><code>esbuild</code></a> or tools based on <code>esbuild</code> if you're starting a new project.
The <code>npm</code> package should work with any modern bundlers and tools. If you are having trouble, make sure your tool is compatible with ES2020 syntax. We recommend using <a href="https://esbuild.github.io/"><code>esbuild</code></a> or tools based on <code>esbuild</code>, and you may find <a href="https://github.com/cubing/cubing-app-template">this project template</a> a helpful start.
</p>
</section>

Expand Down

0 comments on commit e606af4

Please sign in to comment.