Skip to content

Commit 52c6927

Browse files
author
Ben Wright
committed
Fixed a minor issue with the styling of the code in the documentation
1 parent 74b4b47 commit 52c6927

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ quickly.
1010
Original details are at http://www.sublimetext.com/~jps/animated_gifs_the_hard_way.html
1111

1212
## Getting Started (Compiling the Example)
13-
{{{
13+
```
1414
virtualenv --distribute venv
1515
source venv/bin/activate
1616
sudo apt-get install pngcrush python-opencv python-numpy python-scipy
1717
python anim_encoder.py example
1818
firefox example.html
19-
}}}
19+
```
2020

2121

2222
## Capturing your own images
2323
Images will be saved to capture, you simply need to run capture.py and then go about your task.
2424
Note you can just delete frames you don't want as you initially set up, should save you some
2525
time. Then to run the program just go
2626

27-
{{{
27+
```
2828
python capture.py
29-
}}}
29+
```
3030

3131
If you need to change any settings it should be pretty simple just jump over to config.py
3232
and edit the configuration options.

0 commit comments

Comments
 (0)