emilbm commited on
Commit
fb3ce56
·
1 Parent(s): c4d1eaa

Update clone command in README with actual repository URL

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ The API is deployed at a Hugging Face Docker space where the Swagger UI can be a
40
 
41
  1. **Clone the repository:**
42
  ```sh
43
- git clone <your-repo-url>
44
  cd embedding-api
45
  ```
46
 
 
40
 
41
  1. **Clone the repository:**
42
  ```sh
43
+ git clone https://github.com/EmilbMadsen/embedding-api.git
44
  cd embedding-api
45
  ```
46