From 5ab40b2ea6a9cab438159a5c931204d639c37513 Mon Sep 17 00:00:00 2001 From: Romain Hennequin Date: Wed, 1 Apr 2020 17:09:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f34fd0b..e01cec0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Ready to dig into it ? In a few lines you can install **Spleeter** using [Conda] conda install -c conda-forge spleeter # download an example audio file wget https://github.com/deezer/spleeter/raw/master/audio_example.mp3 -# separate the example audio in two components +# separate the example audio into two components spleeter separate -i audio_example.mp3 -p spleeter:2stems -o output ```