瀏覽代碼

fix: Fix symbol errors in the nodejs-client's README.md file of the SDK (#3)

Ares 1 年之前
父節點
當前提交
367ef145d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sdks/nodejs-client/README.md

+ 1 - 1
sdks/nodejs-client/README.md

@@ -13,7 +13,7 @@ After installing the SDK, you can use it in your project like this:
 import { DifyClient, ChatClient, CompletionClient } from 'dify-client'
 import { DifyClient, ChatClient, CompletionClient } from 'dify-client'
 
 
 const API_KEY = 'your-api-key-here';
 const API_KEY = 'your-api-key-here';
-const user = `random-user-id`:
+const user = `random-user-id`;
 
 
 // Create a completion client
 // Create a completion client
 const completionClient = new CompletionClient(API_KEY)
 const completionClient = new CompletionClient(API_KEY)