sdelangen commited on
Commit
117a9c3
1 Parent(s): cca44df

Fix typo in clone URL

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ The code will automatically normalize your audio (i.e., resampling + mono channe
46
  First of all, please install the **development** version of SpeechBrain with the following command:
47
 
48
  ```
49
- pip install git+https://github.com/speechbrain/speechbrain.git@$develop
50
  ```
51
 
52
  Please notice that we encourage you to read our tutorials and learn more about
 
46
  First of all, please install the **development** version of SpeechBrain with the following command:
47
 
48
  ```
49
+ pip install git+https://github.com/speechbrain/speechbrain.git@develop
50
  ```
51
 
52
  Please notice that we encourage you to read our tutorials and learn more about