Spaces:
Sleeping
Sleeping
Update clone command in README with actual repository URL
Browse files
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
|
| 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 |
|