osanseviero HF staff commited on
Commit
f3beae7
1 Parent(s): e831696

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ First create a repo in https://hf.co/new.
19
  Then clone this template and push it to your repo.
20
  ```
21
  git clone https://huggingface.co/templates/feature-extraction
22
- cd audio-to-audio
23
  git remote set-url origin https://huggingface.co/$YOUR_USER/$YOUR_REPO_NAME
24
  git push --force
25
  ```
19
  Then clone this template and push it to your repo.
20
  ```
21
  git clone https://huggingface.co/templates/feature-extraction
22
+ cd feature-extraction
23
  git remote set-url origin https://huggingface.co/$YOUR_USER/$YOUR_REPO_NAME
24
  git push --force
25
  ```