- Add mempool.js link to all examples.

- Ignore files in dist folder, adding .gitkeep instead.
- Update readme text with CND instructions.
- Update readme badges.
- Update readme typo.
- Update all the html examples with new CDN link.
This commit is contained in:
Miguel Medeiros
2021-04-10 12:30:24 -03:00
parent 760bf97c1b
commit 2dd50add4a
11 changed files with 50 additions and 2499 deletions

View File

@@ -2,7 +2,10 @@
<html>
<head>
<title>Page Title</title>
<script src="./../../dist/mempool.js"></script>
<script
type="text/javascript"
src="https://mempool.space/mempool.js"
></script>
<script>
const init = async () => {
const { websocket } = mempoolJS();