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

Commit 0295a5a

Browse files
authored
Merge pull request #508 from dannyid/patch-1
Fix typo of "protocol" in readme
2 parents eae6e1a + b98610c commit 0295a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var ipfs = ipfsAPI('localhost', '5001', {protocol: 'http'}) // leaving out the a
7272
var ipfs = ipfsAPI('/ip4/127.0.0.1/tcp/5001')
7373

7474
// or using options
75-
var ipfs = ipfsAPI({host: 'localhost', port: '5001', procotol: 'http'})
75+
var ipfs = ipfsAPI({host: 'localhost', port: '5001', protocol: 'http'})
7676
```
7777

7878
### In a web browser through Browserify

0 commit comments

Comments
 (0)