diff --git a/README.md b/README.md index 2ab3502..e199fd7 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,9 @@ $ psi --help Options --key Google API Key. By default the free tier is used --strategy Strategy to use when analyzing the page: mobile|desktop - --format Output format: cli|json|ta + --format Output format: cli|json|tap --locale Locale results should be generated in - --threshold Threshold score to pass the PageSpeed tes + --threshold Threshold score to pass the PageSpeed test --optimized Get the URL of optimized resources --download Download optimized resources diff --git a/cli.js b/cli.js index 0113cff..c2e7fbd 100755 --- a/cli.js +++ b/cli.js @@ -11,9 +11,9 @@ const cli = meow(` Options --key Google API Key. By default the free tier is used --strategy Strategy to use when analyzing the page: mobile|desktop - --format Output format: cli|json|ta + --format Output format: cli|json|tap --locale Locale results should be generated in - --threshold Threshold score to pass the PageSpeed tes + --threshold Threshold score to pass the PageSpeed test --optimized Get the URL of optimized resources --download Download optimized resources