mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +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:
|
||||
|
||||
```console
|
||||
# git clone https://github.com/Lemmih/reanimate.git
|
||||
# cd reanimate/examples/
|
||||
# ./latex_color.hs
|
||||
$ git clone https://github.com/Lemmih/reanimate.git
|
||||
$ cd reanimate/examples/
|
||||
$ ./latex_color.hs
|
||||
```
|
||||
|
||||
This should render the `latex_color` example in a new browser window. If you then change the
|
||||
|
|
|
|||
Loading…
Reference in a new issue