Skip to content

Commit

Permalink
Update s5curl_init_mt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BonsonW authored Nov 18, 2023
1 parent cbccf84 commit eb7bb7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/slow5curl_api/s5curl_init_mt.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main () {

ret = s5curl_get_batch(core, db, read_ids, num_reads);

slow5_init_batch(db);
slow5_free_batch(db);

s5curl_free_mt(core);

Expand All @@ -48,4 +48,4 @@ int main () {
```

## SEE ALSO
[s5curl_get_batch()](s5curl_get_batch.md), [s5curl_free_mt()](s5curl_free_mt.md)
[s5curl_get_batch()](s5curl_get_batch.md), [s5curl_free_mt()](s5curl_free_mt.md)

0 comments on commit eb7bb7f

Please sign in to comment.