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

Commit

Permalink
docs: add REPO to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jan 25, 2018
1 parent cd5be93 commit b4dc43f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test.all(common)
## API

In order to be considered "valid", an IPFS core implementation must expose the API described in [/API](/API). You can also use this loose spec as documentation for consuming the core APIs. Here is an outline of the contents of that directory:
In order to be considered "valid", an IPFS core implementation must expose the API described in [/SPEC](/SPEC). You can also use this loose spec as documentation for consuming the core APIs. Here is an outline of the contents of that directory:

- **Files**
- [files](/SPEC/FILES.md)
Expand All @@ -102,6 +102,7 @@ In order to be considered "valid", an IPFS core implementation must expose the
- [Miscellaneous](/SPEC/MISCELLANEOUS.md)
- [config](/SPEC/CONFIG.md)
- [stats](/SPEC/STATS.md)
- [repo](/SPEC/REPO.md)

## Contribute

Expand Down
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,5 @@ exports.dht = require('./dht')
exports.dag = require('./dag')
exports.pubsub = require('./pubsub')
exports.key = require('./key')
<<<<<<< HEAD
exports.stats = require('./stats')
=======
>>>>>>> fix: linting
exports.repo = require('./repo')

0 comments on commit b4dc43f

Please sign in to comment.