Skip to content

Commit

Permalink
Update README again
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinywlui committed Aug 15, 2019
1 parent cab04d4 commit a711a7f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -47,22 +47,22 @@ The following examples occur in the `examples` directory.
will now parse `an_example.aux` to generate the appropriate bibliography
file.
```
caleb an_example
$ caleb an_example
```

* The first important commandline option is `--take-first`. When making a
query, it is possible that there are multiple result. By default, `caleb`
will take no action here. However, if the `--take-first` flag is passed,
`caleb` will take the first entry.
```
caleb --take-first an_example
$ caleb --take-first an_example
```

* The next important commandline option is `--method`. By default, `caleb` uses
`crossref.org`. However, we can also tell `caleb` to use
<https://mathscinet.ams.org/mrlookup>.
```
caleb --method ams
$ caleb --method ams an_example
```

## Workflow integration
Expand Down Expand Up @@ -166,7 +166,8 @@ python setup.py install --user

## Goal of project

* [ ] Reach feature parity with IRL [Caleb](https://sites.math.washington.edu/~geigerc/)
* [ ] Reach feature parity with IRL
[Caleb](https://sites.math.washington.edu/~geigerc/) by version 2.13.1995.

## Homepage

Expand Down

0 comments on commit a711a7f

Please sign in to comment.