From 36b6685f8010cfa571084ae6b7dd375cef0744f1 Mon Sep 17 00:00:00 2001 From: rmacklin <1863540+rmacklin@users.noreply.github.com> Date: Tue, 20 Oct 2020 17:21:13 -0700 Subject: [PATCH] Use implicit link name in `puppeteer-har` link reference --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eaa459..5dd5889 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # puppeteer-har-server -This project exposes functionality offered by [`puppeteer-har`][0] over an HTTP +This project exposes functionality offered by [`puppeteer-har`] over an HTTP interface. With it, you can start recording HTTP traffic on a running instance of Chrome and retrieve that HTTP traffic as an HTTP archive (`.har`). -[0]: https://github.com/Everettss/puppeteer-har +[`puppeteer-har`]: https://github.com/Everettss/puppeteer-har This project was developed as a way to capture HTTP traffic during automated acceptance testing. You can configure your tests to start Chrome with