@waftester/linux-x64 2.9.10 → 2.9.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/waf-tester +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Install the main package instead — it selects the correct binary for your plat
|
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
# Run without installing
|
|
13
|
-
npx -y @waftester/cli scan
|
|
13
|
+
npx -y @waftester/cli scan -u https://example.com
|
|
14
14
|
|
|
15
15
|
# Or install globally
|
|
16
16
|
npm install -g @waftester/cli
|
package/bin/waf-tester
CHANGED
|
Binary file
|