Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update JavaScript syntax highlighting (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgilbertson authored and alanshaw committed Aug 7, 2018
1 parent 29b5b33 commit ff59a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Requires npm@3 and node@6 or above, tested on OSX & Linux, expected to work on W

To include this project programmatically:

```JavaScript
```js
const IPFS = require('ipfs')
const node = new IPFS()
```
Expand Down Expand Up @@ -174,7 +174,7 @@ If you want a programmatic way to spawn a IPFS Daemon using JavaScript, check ou

Use the IPFS Module as a dependency of a project to __spawn in process instances of IPFS__. Create an instance by calling `new IPFS()` and waiting for its `ready` event:

```JavaScript
```js
// Create the IPFS node instance
const node = new IPFS()

Expand Down

0 comments on commit ff59a2f

Please sign in to comment.