Skip to content

Commit 72c7530

Browse files
committed
try markdown github
1 parent b874a5c commit 72c7530

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +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-
subdb.computeHash(path_to_movie, callback);
14-
13+
```node
14+
subdb.computeHash(path_to_movie, callback);
15+
```
1516

17+
```node
1618
For searching a sub file
1719

1820
SubDb = require("subdb");
@@ -34,7 +36,7 @@ For searching a sub file
3436

3537
});
3638
});
37-
39+
```
3840
For uploading a sub file
3941

4042
SubDb = require("subdb");

0 commit comments

Comments
 (0)