Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit e4c749e

Browse files
committed
fix: minor package.json and readme issues
1 parent 32d16a3 commit e4c749e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
·
1717
<a href="https://codesandbox.io/">View Demo</a>
1818
·
19-
<a href="https://github.com/ipfs/js-ipfs/issues">Report Bug</a>
19+
<a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Report Bug</a>
2020
·
21-
<a href="https://github.com/ipfs/js-ipfs/issues">Request Feature</a>
21+
<a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Request Feature/Example</a>
2222
</p>
2323

2424
## Table of Contents
@@ -121,9 +121,9 @@ await IPFS.create({
121121
Swarm: ["/ip4/0.0.0.0/tcp/4012", "/ip4/127.0.0.1/tcp/4013/ws"],
122122
API: "/ip4/127.0.0.1/tcp/5012",
123123
Gateway: "/ip4/127.0.0.1/tcp/9191",
124-
RPC: "/ip4/127.0.0.1/tcp/4839"
125-
}
126-
}
124+
RPC: "/ip4/127.0.0.1/tcp/4839",
125+
},
126+
},
127127
});
128128
```
129129

0 commit comments

Comments
 (0)