Merge pull request #7768 from iloveitaly/fix-categories-json-reference

docs: fix categories.json reference in npm readme
main
Elbert Alias 1 year ago committed by GitHub
commit b82ac84aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ const fs = require('fs')
const Wappalyzer = require('./wappalyzer')
// See https://www.wappalyzer.com/docs/dev/specification or use
// https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/technologies
// https://raw.githubusercontent.com/wappalyzer/wappalyzer/master/src/categories.json
const categories = JSON.parse(
fs.readFileSync(path.resolve(`./categories.json`))
)

Loading…
Cancel
Save