# HG changeset patch # User amsehili # Date 1442914456 -7200 # Node ID 78fae88dd98f8ebe0307f309f43adb251101617d # Parent 31c97510b16b560b0b2fc0f0c692e899f6489a29 Update README.md diff -r 31c97510b16b -r 78fae88dd98f README.md --- a/README.md Tue Sep 22 11:12:11 2015 +0200 +++ b/README.md Tue Sep 22 11:34:16 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 ------------