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

Commit cbb2531

Browse files
Merge pull request #12 from RichardLitt/patch-1
Spelling
2 parents 60b018a + 90d4d5b commit cbb2531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface-ipfs-core
88
99
The primary goal of this module is to define and ensure that both IPFS core implementations and their respective HTTP client libraries offer the same interface, so that developers can quickly change between a local and a remote node without having to change their applications. In addition to the definition of the expected interface, this module offers a suite of tests that can be run in order to check if the interface is used as described.
1010

11-
The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks.
11+
The API is presented with both Node.js and Go primitives. However, there are no actual limitations keeping it from being extended for any other language, pushing forward cross compatibility and interoperability through different stacks.
1212

1313
# Modules that implement the interface
1414

@@ -28,7 +28,7 @@ Include this badge in your readme if you make a new module that uses interface-s
2828

2929
## Node.js
3030

31-
Install interface-ipfs-core as one of the dependencies of your project and as a test file, using `mocha` (for Node.js) or a test runner with compatible API, do:
31+
Install `interface-ipfs-core` as one of the dependencies of your project and as a test file. Then, using `mocha` (for Node.js) or a test runner with compatible API, do:
3232

3333
```
3434
var test = require('interface-ipfs-core')

0 commit comments

Comments
 (0)