From 9d77028fc90b4cf441654e54a5b48ffe916c3c96 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 24 Jul 2025 09:39:58 +0200 Subject: [PATCH] chore: update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b21dae25fb7f32169e0fdd9528b3ec06f5c739f0..8c0900d173783918d49b3f5c33ce08bd54f523dd 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ rm -rf ./crush Then, run Crush by typing `crush`. -*** +--- @@ -108,7 +108,7 @@ Crush supports Model Context Protocol (MCP) servers through three transport type "mcp": { "filesystem": { "type": "stdio", - "command": "node", + "command": "node", "args": ["/path/to/mcp-server.js"], "env": { "NODE_ENV": "production" @@ -143,7 +143,7 @@ crush -d # View last 1000 lines crush logs -# Follow logs in real-time +# Follow logs in real-time crush logs -f # Show last 500 lines @@ -174,7 +174,7 @@ Crush supports all OpenAI-compatible APIs. Here's an example configuration for D "models": [ { "id": "deepseek-chat", - "model": "Deepseek V3", + "name": "Deepseek V3", "cost_per_1m_in": 0.27, "cost_per_1m_out": 1.1, "cost_per_1m_in_cached": 0.07,