From 2079dde9e5845ec28ea4a65270d09c654f2dd8a4 Mon Sep 17 00:00:00 2001 From: Alexandra White Date: Sun, 27 Nov 2022 22:40:14 -0500 Subject: [PATCH 1/3] Update UI screenshot --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8a70f853f0d5..ef20065d6d72 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ Lighthouse is integrated directly into the Chrome DevTools, under the "Lighthous **Run it**: open Chrome DevTools, select the Lighthouse panel, and hit "Generate report". -Lighthouse integration in Chrome DevTools +Lighthouse integration in Chrome DevTools. ## Using the Chrome extension From 6b0db2549c67bee434b1ad588716acf3251d80e3 Mon Sep 17 00:00:00 2001 From: Alexandra White Date: Sun, 27 Nov 2022 22:43:23 -0500 Subject: [PATCH 2/3] Clarify alt text around opening IO videos --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index ef20065d6d72..f8e2a5d36378 100644 --- a/readme.md +++ b/readme.md @@ -253,14 +253,14 @@ Useful documentation, examples, and recipes to get you started. The session from Google I/O 2018 covers the new performance engine, upcoming Lighthouse REST API, and using the Chrome UX report to evaluate real-user data. -[![Lighthouse @ Google I/O 2018](https://img.youtube.com/vi/UvK9zAsSM8Q/0.jpg)](https://www.youtube.com/watch?v=UvK9zAsSM8Q) +[![Watch the Lighthouse @ Google I/O 2018 session.](https://img.youtube.com/vi/UvK9zAsSM8Q/0.jpg)](https://www.youtube.com/watch?v=UvK9zAsSM8Q) The session from Google I/O 2017 covers architecture, writing custom audits, GitHub/Travis/CI integration, headless Chrome, and more: -[![Lighthouse @ Google I/O 2017](https://img.youtube.com/vi/NoRYn6gOtVo/0.jpg)](https://www.youtube.com/watch?v=NoRYn6gOtVo) +[![Watch the Lighthouse @ Google I/O 2017 session.](https://img.youtube.com/vi/NoRYn6gOtVo/0.jpg)](https://www.youtube.com/watch?v=NoRYn6gOtVo) -_click to watch the video_ +_Click the image to watch the video on YouTube._ ## Develop From 28dd7dc5b41f4476ca3361f328278f09dac7b4b3 Mon Sep 17 00:00:00 2001 From: Alexandra White Date: Sun, 27 Nov 2022 22:48:23 -0500 Subject: [PATCH 3/3] Capitalizations --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f8e2a5d36378..6924610ae619 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ - [Lighthouse Integrations in Web Perf services](#lighthouse-integrations-in-web-perf-services) - [Lighthouse Integrations in non-Web Perf services](#lighthouse-integrations-in-non-web-perf-services) - [Plugins](#plugins) - - [Related Projects](#related-projects) + - [Related projects](#related-projects) - [FAQ](#faq) * [How does Lighthouse work?](#how-does-lighthouse-work) * [Can I configure the lighthouse run?](#can-i-configure-the-lighthouse-run) @@ -312,12 +312,13 @@ yarn type-check ### Docs -Some of our docs have tests that run only in CI by default. If you end up needing to modify our documentation, you'll need to run `yarn build-pack && yarn test-docs` locally to make sure they pass. +Some of our docs have tests that run only in CI by default. To modify our documentation, you'll need to run `yarn build-pack && yarn test-docs` locally to make sure they pass. **Additional Dependencies** - `brew install jq` ## Lighthouse Integrations in Web Perf services + This section details services that have integrated Lighthouse data. If you're working on a cool project integrating Lighthouse and would like to be featured here, file an issue to this repo or tweet at us [@_____lighthouse](https://twitter.com/____lighthouse)! * **[Web Page Test](https://www.webpagetest.org)** — An [open source](https://github.com/WPO-Foundation/webpagetest) tool for measuring and analyzing the performance of web pages on real devices. Users can choose to produce a Lighthouse report alongside the analysis of WebPageTest results. @@ -380,7 +381,8 @@ This section details services that have integrated Lighthouse data. If you're wo * **[lighthouse-plugin-crux](https://github.com/dvelasquez/lighthouse-plugin-crux)** - a plugin that quickly gathers real-user-metrics data from the [Chrome UX Report API](https://developers.google.com/web/tools/chrome-user-experience-report/api/reference). -## Related Projects +## Related projects + Other awesome open source projects that use Lighthouse. * **[auto-lighthouse](https://github.com/TGiles/auto-lighthouse)** - a CLI for crawling a domain and generating mobile and desktop reports for each page.