Skip to content

Commit

Permalink
Tried to fix the readme example image.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Dec 4, 2014
1 parent f0ef4ed commit 1b91032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ A small Java library to parse mathematical formulas to LaTeX and display them as
(a_1 / (b_1 + sqrt(c))^2) + sin(a_2 * b_2)
```

![example](example.svg)
![example](example.svg?raw=true)

## Installation

Grab the [latest release](/mzur/pretty-formula/releases) and add the `pretty-formula.jar` as well as all the dependencies from the `lib` directory to your project.
Grab the latest release and add the `pretty-formula.jar` as well as all the dependencies from the `lib` directory to your project.

## Usage

Expand Down

0 comments on commit 1b91032

Please sign in to comment.