Skip to content

Commit 1454673

Browse files
Merge pull request #35 from sawa3030/fix/contribution-guideline
Fix CONTRIBUTING.md
2 parents a07cce7 + c3a25f7 commit 1454673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Please fill the placeholders of path to your uv binary and optuna-mcp directory:
3232
"--directory",
3333
"/PATH/TO/optuna-mcp",
3434
"run",
35-
"optuna-mcp"
35+
"optuna-mcp",
3636
"--storage",
3737
"sqlite:///optuna.db"
38-
],
38+
]
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)