Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Fixes title and links in MISCELLANEOUS.md #199

Merged
merged 1 commit into from
Jan 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions SPEC/MISCELLANEOUS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Generic API
Miscellaneous API
===========

#### `id`
Expand Down Expand Up @@ -51,8 +51,6 @@ ipfs.version((err, version) => {

A great source of [examples][] can be found in the tests for this API.

[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/src/generic.js

#### `dns`

> Resolve DNS links
Expand All @@ -75,3 +73,7 @@ ipfs.dns('ipfs.io', (err, path) => {
console.log(path)
})
```

A great source of [examples][] can be found in the tests for this API.

[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/src/miscellaneous.js