Skip to content

Commit dc73a86

Browse files
committed
fix: bad syntax
1 parent 7dc7e00 commit dc73a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Add a new server configuration in your `~/.config/crush/config.json` file:
6060

6161
You can even use Crush with [Scaleway Generative APIs](https://www.scaleway.com/en/generative-apis/) by adding a new provider in the same `~/.config/crush/config.json` file:
6262

63-
```json
63+
```jsonc
6464
{
6565
"mcp": {
66-
...
66+
// ... see above ...
6767
},
6868
"providers": {
6969
"scaleway": {

0 commit comments

Comments
 (0)