Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadmoth committed May 14, 2020
1 parent 31e336b commit 6a7c3f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ composer require browserbotphp/stemplates
npm install puppeteer
```
**Example**
```javascript test3.js
test3.js file as javascript
```javascript
var output = {}; // output object
var canexit = false; // when is true then stop browser
```

PHP Example
```PHP
$proxy = new Proxy("168.81.230.104", 120, "Username", "Passowrd", true); //true for Set as default

Expand Down

0 comments on commit 6a7c3f5

Please sign in to comment.