add documentation

This commit is contained in:
Simon Vieille 2020-04-11 22:45:15 +02:00
parent f3d9440994
commit 9b41d509b3
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -8,13 +8,13 @@ For example, you are able to retrieve the number of a project's releases hosted
```
node src/index.js \
--url https://github.com/foo/bar \
--selector '.repository-content .numbers-summary li:nth-child(4) a' \
--tags \
--breaks \
--spaces \
--breaks \
--trim
--url https://github.com/foo/bar \
--selector '.repository-content .numbers-summary li:nth-child(4) a' \
--tags \
--breaks \
--spaces \
--breaks \
--trim
```
...will show `XXX releases`.