Skip to content

Commit

Permalink
Minor change to wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkt committed Jul 10, 2017
1 parent b2b23d7 commit b5c6d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Theorem: A ∧ B ⊃ B ∧ A.
QED
```

By the way, you can also generate LaTeX with `--latex` flag:
You can also generate LaTeX with `--latex` flag:
```
➜ echo "A /\ B => B /\ A" | ./sequents --latex > out.tex
➜ pdflatex out.tex
Expand Down

0 comments on commit b5c6d26

Please sign in to comment.