Skip to content

Commit 5a5655a

Browse files
authored
Update README.md
1 parent 19513d1 commit 5a5655a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ Once you are able to connect **LambdaTest Tunnel** successfully, you would just
141141
**Tunnel Capability**
142142

143143
```
144-
const capability = {
145-
"LT:Options": {
146-
"username": "LT_USERNAME",
147-
"accessKey": "LT_ACCESS_KEY",
148-
"tunnel": true
149-
}
150-
}
144+
$capability = array(
145+
"LT:Options" => array(
146+
"username" => "LT_USERNAME",
147+
"accessKey" => "LT_USERNAME",
148+
"tunnel" => true,
149+
)
150+
);
151151
```
152152

153153
## Additional Links

0 commit comments

Comments
 (0)