Skip to content

Commit

Permalink
add require import example
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 15, 2019
1 parent 32e3001 commit e135da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ The following example shows how to access details of the last job you were runni
```js
import SauceLabs from 'saucelabs';
// if imports are not supported by your Node.js version, import the package as follows:
// const SauceLabs = require('saucelabs').default;

(async () => {
const myAccount = new SauceLabs();
Expand Down

0 comments on commit e135da6

Please sign in to comment.