Skip to content

Commit

Permalink
[Fix README] Nit: some small indent issues (huggingface#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishig authored Jan 29, 2024
1 parent 9405754 commit f730778
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@ You can then add the generated information and the `authorization` parameter to

```env
"endpoints": [
{
"url": "https://HOST:PORT",
"authorization": "Basic VVNFUjpQQVNT",
}
{
"url": "https://HOST:PORT",
"authorization": "Basic VVNFUjpQQVNT",
}
]
```

Expand All @@ -444,15 +444,15 @@ If the model being hosted will be available on multiple servers/instances add th

```env
"endpoints": [
{
"url": "https://HOST:PORT",
"weight": 1
}
{
"url": "https://HOST:PORT",
"weight": 2
}
...
{
"url": "https://HOST:PORT",
"weight": 1
},
{
"url": "https://HOST:PORT",
"weight": 2
}
...
]
```

Expand Down

0 comments on commit f730778

Please sign in to comment.