diff --git a/README.md b/README.md index 68ed019..026ca6b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ let stop = false; const intervalId = setInterval(async () => { try { - await index.updateRuneUtxoBalances(); + await indexer.updateRuneUtxoBalances(); } catch (err) { console.error('Error occurred while indexing runes', err); }