Skip to content

Commit e8fe683

Browse files
authored
Merge pull request #2 from wolfv/type
improve readme, trigger initial travis build
2 parents d375224 + 2ef6278 commit e8fe683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ xt::dump_wav("files/sine.wav", y, SF_FORMAT_WAV | SF_FORMAT_PCM_16, sampling_fre
4747
4848
xtensor-io depends on thirdparty libraries for audio and image handling.
4949
50-
The easiest installation (including all dependencies) is through conda:
50+
The easiest way to install xtensor-io (including all dependencies) is through conda:
5151
5252
```bash
5353
conda install xtensor-io
5454
```
5555

56-
To use xaudio linking with [`libsndfile`](http://www.mega-nerd.com/libsndfile/).
57-
Libsndfile can be installed as follows:
56+
To use xaudio, it's required to link with [`libsndfile`](http://www.mega-nerd.com/libsndfile/).
57+
The library can be installed as follows:
5858

5959
```bash
6060
# Conda

0 commit comments

Comments
 (0)