Fix code block formatting in sdk.mdx (#2312)

pull/2320/head
Parbez 2025-08-30 00:59:18 +05:30 committed by GitHub
parent 9c02c4cfe8
commit 918dd58a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ const client = createOpencodeClient({
You can also programmatically start an opencode server:
````javascript
```javascript
import { createOpencodeServer } from "@opencode-ai/sdk"
const server = await createOpencodeServer({
@ -61,7 +61,7 @@ const server = await createOpencodeServer({
console.log(`Server running at ${server.url}`)
server.close()
}
```
#### Options