From 078ac1a2236444e4a5b2b3e3c3ce227cc762535a Mon Sep 17 00:00:00 2001 From: azu Date: Sat, 29 Jun 2019 14:48:54 +0900 Subject: [PATCH] docs: fix link in README --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1a71e94..b4bfcf3 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ This is a tool that allows you to compare webpack bundle analysis files over tim ## Usage -The bundle comparison tool takes URLs of webpack stat outputs and displays them. You can use the JSON output from the [webpack-bundle-analyzer](github.com/webpack-contrib/webpack-bundle-analyzer), but we also include a plugin here if you don't use that package. +The bundle comparison tool takes URLs of webpack stat outputs and displays them. You can use the JSON output from the [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer), but we also include a plugin here if you don't use that package. ### Using the Plugin @@ -65,4 +65,4 @@ To develop against the UI: 1. Create a folder called "public/samples", and place JSON files in there. Or use the ones we already have preloaded. 2. Set the `WBC_FILES` environment variable to a comma-delimited list of the filenames you placed in there. -3. Running the webpack dev server via `npm start` will now serve the files you have placed in there. \ No newline at end of file +3. Running the webpack dev server via `npm start` will now serve the files you have placed in there.