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 72c7530 commit b722e5fCopy full SHA for b722e5f
README.md
@@ -10,11 +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
-```node
+```nodejs
14
subdb.computeHash(path_to_movie, callback);
15
```
16
17
+```js
18
For searching a sub file
19
20
SubDb = require("subdb");
@@ -39,6 +39,7 @@ For searching a sub file
39
40
For uploading a sub file
41
42
+```javascript
43
44
45
var subdb = new SubDb();
@@ -47,4 +48,4 @@ For uploading a sub file
47
48
49
// sub subfile is normally uploaded to thesubdb.com servers
50
});
-
51
+```
0 commit comments