# HG changeset patch # User Amine Sehili # Date 1443000523 -7200 # Node ID 61aa25f0eb317c40fe011308ddf74de7224dbd69 # Parent 252d698ae642161a8123987c30712c9c5037b16b# Parent 78fae88dd98f8ebe0307f309f43adb251101617d Merge branch 'master' of https://github.com/amsehili/auditok README.md previously updated on web editor diff -r 252d698ae642 -r 61aa25f0eb31 README.md --- a/README.md Wed Sep 23 11:26:58 2015 +0200 +++ b/README.md Wed Sep 23 11:28:43 2015 +0200 @@ -28,14 +28,15 @@ python demos/audio_tokenize_demo.py -Finally, this in this demo `auditok` is used to remove tailing and leading silence from an audio file: +Finally, in this demo `auditok` is used to remove tailing and leading silence from an audio file: python demos/audio_trim_demo.py Documentation ------------- -Check out a quick start and the API documentation [here](http://amsehili.github.io/auditok/pdoc/) +Check out this [quick start](https://github.com/amsehili/auditok/blob/master/quickstart.rst) or the [API documentation](http://amsehili.github.io/auditok/pdoc/). + Contribution ------------