fixed examples

This commit is contained in:
Corey Goldberg 2012-11-08 10:59:45 -05:00
parent 0beed92006
commit e50024faed
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Python wrapper for running display inside X virtual framebuffer (Xvfb)
Requires:
*************
* Xvfb (`sudo apt-get install xvfb` or similar)
* Xvfb ('sudo apt-get install xvfb' or similar)
************
Example:
@ -18,7 +18,7 @@ Python wrapper for running display inside X virtual framebuffer (Xvfb)
from xvfbwrapper import Xvfb
vdisplay = Xvfb(width=1280, height=720)
vdisplay = Xvfb()
vdisplay.start()
# launch stuff inside virtual display here