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

docs: fix nested list

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -52,8 +52,8 @@ If you want to use all the features for collaborative development on GitHub, but
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
- a. Configure `HF_USERNAME`: Replace `failfast` with the name of your πŸ€— user account or your πŸ€— organization
56
- b. Configure `HF_SPACE_NAME`: Replace `nextjs-docker-starter` with the name of your πŸ€— space
57
  4. Push the code into your repo on GitHub
58
 
59
  This should force push changes in the **main** branch from GitHub into your πŸ€— space.
 
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
58
 
59
  This should force push changes in the **main** branch from GitHub into your πŸ€— space.