NERDDISCO commited on
Commit
f1d960d
β€’
1 Parent(s): a59496f

docs: fix typo in path

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ If you want to use all the features for collaborative development on GitHub, but
51
 
52
  1. Create your repo on GitHub
53
  2. Create a [Github secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named `HF_TOKEN` and use an [access token from Hugging Face](https://huggingface.co/settings/tokens) as its value (you must be logged in to do this)
54
- 3. Update the workflow [sync_to_hf_spaces.yml](.githug/worfkows/sync_to_hf_spaces.yml)
55
  - Configure `HF_USERNAME`: Replace `failfast` with the name of your πŸ€— user account or your πŸ€— organization
56
  - Configure `HF_SPACE_NAME`: Replace `nextjs-docker-starter` with the name of your πŸ€— space
57
  4. Push the code into your repo on GitHub
 
51
 
52
  1. Create your repo on GitHub
53
  2. Create a [Github secret](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) named `HF_TOKEN` and use an [access token from Hugging Face](https://huggingface.co/settings/tokens) as its value (you must be logged in to do this)
54
+ 3. Update the workflow [sync_to_hf_spaces.yml](.github/worfkows/sync_to_hf_spaces.yml)
55
  - Configure `HF_USERNAME`: Replace `failfast` with the name of your πŸ€— user account or your πŸ€— organization
56
  - Configure `HF_SPACE_NAME`: Replace `nextjs-docker-starter` with the name of your πŸ€— space
57
  4. Push the code into your repo on GitHub