diff --git a/README.md b/README.md index ed613a3..f2e4669 100644 --- a/README.md +++ b/README.md @@ -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`.