Skip to content

Commit

Permalink
fix(example web): update ario instatiation
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Mar 1, 2024
1 parent a266731 commit 77c6842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h1 class="text-textPrimary w-full font-bold">Browse Records</h1>
import { ArIO } from './web.bundle.min.js';

// set up our client
const arIO = new ArIO().testnet;
const arIO = new ArIO();

// fetch data on page load
async function init() {
Expand Down

0 comments on commit 77c6842

Please sign in to comment.