Skip to content

Commit

Permalink
fix import example in README (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandall committed Aug 29, 2022
1 parent f9e7e48 commit 0e173ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or in your package.json:

```javascript
// Options are pulled from the environment
import StyraRun from "styra-run"
import StyraRun from "styra-run-sdk-node"

const client = StyraRun(process.env.RUN_URL, process.env.RUN_TOKEN)
```
Expand Down

0 comments on commit 0e173ff

Please sign in to comment.