Skip to content

Commit a6258dc

Browse files
committed
docs: update version examples to 0.3.x
1 parent 6164ced commit a6258dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ language: node_js
2828
node_js:
2929
- 10 # use Node 10 LTS or later
3030
before_install:
31-
- npm install -g @lhci/[email protected].0-alpha.0
31+
- npm install -g @lhci/[email protected].x
3232
script:
3333
- npm run build # build your site
3434
- lhci autorun # run lighthouse CI

docs/getting-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ node_js:
3131
addons:
3232
chrome: stable # make sure to have Chrome available
3333
before_install:
34-
- npm install -g @lhci/[email protected].0-alpha.0 # install LHCI
34+
- npm install -g @lhci/[email protected].x # install LHCI
3535
script:
3636
- npm run build # build your site
3737
- npm test # run your normal tests
@@ -66,7 +66,7 @@ fi
6666

6767
npm run deploy
6868

69-
npm install -g @lhci/[email protected].0-alpha.0
69+
npm install -g @lhci/[email protected].x
7070
lhci healthcheck --fatal
7171
lhci collect --url=http://localhost:9000/index.html
7272
lhci assert --preset="lighthouse:recommended"
@@ -158,7 +158,7 @@ Now that we have our environment ready, time to run Lighthouse CI. The `collect`
158158
159159
# Install Lighthouse CI
160160
# If you're already using node to manage your project, add it to your package.json `devDependencies` instead to skip this step.
161-
npm install -g @lhci/[email protected].0-alpha.0
161+
npm install -g @lhci/[email protected].x
162162

163163
# Run a healthcheck to make sure everything looks good before we run collection.
164164
lhci healthcheck --fatal

0 commit comments

Comments
 (0)