Skip to content

Commit f4ad52d

Browse files
committed
Update README
1 parent 596b08b commit f4ad52d

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
[![CI](https://github.com/mrloop/race-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/mrloop/race-cli/actions/workflows/ci.yml)
2+
[![Latest NPM release][npm-badge]][npm-badge-url]
3+
4+
[npm-badge]: https://img.shields.io/npm/v/race-cli.svg
5+
[npm-badge-url]: https://www.npmjs.com/package/race-cli
6+
27

38
# ⚙ race-cli
49

@@ -8,8 +13,15 @@ Retrieve data about entrants to [britishcycling.org](https://www.britishcycling.
813

914
To try it out
1015

11-
npm install -g race-cli
12-
race
16+
```sh
17+
npm install -g race-cli
18+
race
19+
```
20+
21+
```sh
22+
yarn global add race-cli
23+
race
24+
```
1325

14-
![cli interaction](cli.gif)
26+
![cli interaction](race-cli.svg)
1527

race-cli.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)