Skip to content

Commit b722e5f

Browse files
committed
more syntax color ?
1 parent 72c7530 commit b722e5f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Usage
1010
- All api methods are available through subdb.api attributes (see http://thesubdb.com/api/ for methods and arguments).
1111
- A hash method helper is also available
1212

13-
```node
13+
```nodejs
1414
subdb.computeHash(path_to_movie, callback);
1515
```
1616

17-
```node
17+
```js
1818
For searching a sub file
1919

2020
SubDb = require("subdb");
@@ -39,6 +39,7 @@ For searching a sub file
3939
```
4040
For uploading a sub file
4141

42+
```javascript
4243
SubDb = require("subdb");
4344

4445
var subdb = new SubDb();
@@ -47,4 +48,4 @@ For uploading a sub file
4748

4849
// sub subfile is normally uploaded to thesubdb.com servers
4950
});
50-
51+
```

0 commit comments

Comments
 (0)