We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596b08b commit f4ad52dCopy full SHA for f4ad52d
2 files changed
README.md
@@ -1,4 +1,9 @@
1
[](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
7
8
# ⚙ race-cli
9
@@ -8,8 +13,15 @@ Retrieve data about entrants to [britishcycling.org](https://www.britishcycling.
13
14
To try it out
10
15
11
- npm install -g race-cli
12
- race
16
+```sh
17
+npm install -g race-cli
18
+race
19
+```
20
21
22
+yarn global add race-cli
23
24
25
-
26
+
27
race-cli.svg
0 commit comments