Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 26f5a44

Browse files
committed
docs: reword parceljs example success message
1 parent e0cdd37 commit 26f5a44

File tree

1 file changed

+1
-1
lines changed
  • examples/browser-parceljs/public

1 file changed

+1
-1
lines changed

examples/browser-parceljs/public/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ node.on('ready', async () => {
2727
content: Buffer.from('Hello from parcel.js bundled ipfs example')
2828
})
2929

30-
log(`This page added ${filesAdded[0].path} to IPFS and its hash is ${filesAdded[0].hash}`)
30+
log(`This page deployed ${filesAdded[0].path} to IPFS and its hash is ${filesAdded[0].hash}`)
3131

3232
const fileBuffer = await node.cat(filesAdded[0].hash)
3333

0 commit comments

Comments
 (0)