We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b874a5c commit 72c7530Copy full SHA for 72c7530
README.md
@@ -10,9 +10,11 @@ Usage
10
- All api methods are available through subdb.api attributes (see http://thesubdb.com/api/ for methods and arguments).
11
- A hash method helper is also available
12
13
- subdb.computeHash(path_to_movie, callback);
14
-
+```node
+subdb.computeHash(path_to_movie, callback);
15
+```
16
17
18
For searching a sub file
19
20
SubDb = require("subdb");
@@ -34,7 +36,7 @@ For searching a sub file
34
36
35
37
});
38
39
40
For uploading a sub file
41
42
0 commit comments