Update NPM driver README

main
Elbert Alias 7 years ago
parent 5a794c7664
commit b544cd9887

@ -28,7 +28,12 @@ $ node index.js https://wappalyzer.com
## Run from a script
```javascript
const wappalyzer = require('wappalyzer');
const options = {
userAgent: 'Wappalyzer',
maxWait: 3000
};
const wappalyzer = require('wappalyzer')(options);
wappalyzer.analyze('https://wappalyzer.com')
.then(json => {

Loading…
Cancel
Save