Skip to content

Commit

Permalink
Fix sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Aug 19, 2023
1 parent 4ad25f1 commit 576cb50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/script/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@ npx dss run
::: code-group

<!-- prettier-ignore -->
```json [package.json] {4-6}
```json-vue [package.json] {4-6}
{
"name": "script",
"exports": "./script.js",
"dss": { // [!code ++:3]
"schedule": "rate(1h)"
},
"dependencies": {
"@digshare/script": "0.4"
"@digshare/script": "^{{SCRIPT_SDK_VERSION}}"
}
}
```
Expand Down

0 comments on commit 576cb50

Please sign in to comment.