mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-15 10:02:45 +00:00
Fix typo
This commit is contained in:
parent
f563c0d917
commit
93e32f81b3
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@ up and running, clone the repository, run one of the examples (this will install
|
||||||
and wait for a browser window to open:
|
and wait for a browser window to open:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# git clone https://github.com/Lemmih/reanimate.git
|
$ git clone https://github.com/Lemmih/reanimate.git
|
||||||
# cd reanimate/examples/
|
$ cd reanimate/examples/
|
||||||
# ./latex_color.hs
|
$ ./latex_color.hs
|
||||||
```
|
```
|
||||||
|
|
||||||
This should render the `latex_color` example in a new browser window. If you then change the
|
This should render the `latex_color` example in a new browser window. If you then change the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue