Skip to content

Commit 956518a

Browse files
committed
Fixed README example import statement
1 parent 36a06c5 commit 956518a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ Use tuneup_js to start your scripts and define tests. You can also use these scr
2424

2525
Example of TestScript.js
2626
```javascript
27-
#import "iOS-Screenshot-Automator"
27+
#import "iOS-Screenshot-Automator/Helper.js"
2828

2929

3030
test("Login Test", loginTest);
3131
test("Route Test", routeDetailsTest);
32-
3332
...
3433

3534
function loginTest(target, app)

0 commit comments

Comments
 (0)