ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.44k stars 1.25k forks source link

docs: Added update to packages/ipfs-http-client/README.md for Issue #4072 #4088

Closed ShehanAT closed 2 years ago

ShehanAT commented 2 years ago

Description

This is a README.md update for the following file: js-ipfs/packages/ipfs-http-client/README.md.

It involved updating a line in the Example section, from this line: const client = create('http://127.0.0.1:5002') to this line: const client = create({ url: "http://127.0.0.1:5002/api/v0" });

This change fixes #4072

Type of change

How Has This Been Tested?

No tests run as this PR is a simple documentation update.

Checklist:

welcome[bot] commented 2 years ago

Thank you for submitting this PR! A maintainer will be here shortly to review it. We are super grateful, but we are also overloaded! Help us by making sure that:

Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment. Next steps:

We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. We are very grateful for your contribution!