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

Commit ff59a2f

Browse files
davidgilbertsonalanshaw
authored andcommitted
Update JavaScript syntax highlighting (#1490)
1 parent 29b5b33 commit ff59a2f

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
@@ -103,7 +103,7 @@ Requires npm@3 and node@6 or above, tested on OSX & Linux, expected to work on W
103103

104104
To include this project programmatically:
105105

106-
```JavaScript
106+
```js
107107
const IPFS = require('ipfs')
108108
const node = new IPFS()
109109
```
@@ -174,7 +174,7 @@ If you want a programmatic way to spawn a IPFS Daemon using JavaScript, check ou
174174

175175
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:
176176

177-
```JavaScript
177+
```js
178178
// Create the IPFS node instance
179179
const node = new IPFS()
180180

0 commit comments

Comments
 (0)