Skip to content

Commit

Permalink
make CI section more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkli committed Apr 29, 2022
1 parent 671b50f commit e74e431
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -14,7 +14,7 @@
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [CI Setup](#ci-setup)
- [**CI Setup**](#ci-setup)
- [Configuration](#configuration)
- [Comparators reference](#comparators-reference)
- [Contribute](#contribute)
Expand Down Expand Up @@ -137,12 +137,14 @@ By default `sizewatcher` will

## Installation

You can install the `sizewatcher` tool locally for testing or checking your changes before committing:
Local: You can install the `sizewatcher` tool locally for testing or checking your changes before committing:

```
npm install -g @adobe/sizewatcher
```

For setup in Continuous Integration: see [CI Setup](#ci-setup) section.

## Usage

When run locally, `sizewatcher` will output its results on the command line.
Expand Down Expand Up @@ -230,7 +232,7 @@ npx @adobe/sizewatcher
This command will always use the latest published version. In some cases it might be (temporarily) desireable to stick to a certain version, which can be achieved using:

```
npx @adobe/sizewatcher@1.0.0
npx @adobe/sizewatcher@1.2.1
```

#### GITHUB_TOKEN
Expand Down

0 comments on commit e74e431

Please sign in to comment.