From 7e8adf18f08c938e535060829251455a25ade01e Mon Sep 17 00:00:00 2001 From: Pete Correia Date: Wed, 12 Dec 2018 16:25:35 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 576a796..0027152 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ Keep an eye on the bundle size in your Pull Requests with a extra status check Pull Request screenshot - Add a Github Access Token as `ANALYZE_CRA_GITHUB_TOKEN` to your environment variables in the TravisCI project settings. -- Add `"bundlesize": "analyze-cra-bundle"` to your `package.json` -- Add `yarn bundlesize` to your `script:` in `.travis.yml` +- Add the script `"bundlesize": "analyze-cra-bundle"` to your `package.json` scripts +- Add ` - yarn bundlesize` to your `.travis.yml` within `script:`