Skip to content

Commit

Permalink
update readme (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 13, 2023
2 parents 1fbe117 + 0bff5fe commit 4eb4d88
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Manual Installation (Binaries)

### Usage

Search for a book using old the old website (default)
Search for a book using the old website (default)

```shell
clibgen search "Eloquent JavaScript"
Expand All @@ -39,6 +39,10 @@ Search for a book using the newer website (this is useful if for some reason the
clibgen search -s "new" "Eloquent JavaScript"
```

```shell
clibgen search -s "legacy" "Eloquent JavaScript"
```

Limit search results (default: 10)

```shell
Expand All @@ -47,4 +51,4 @@ clibgen search -n 5 "Eloquent JavaScript"

### Found an issue?

Please open up an issue or a PR if you have a fix for it ;)
Please open up an issue or a PR if you have a fix for it.

0 comments on commit 4eb4d88

Please sign in to comment.