Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg committed Mar 8, 2017
1 parent 29fe622 commit 126db30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Expand Up @@ -16,7 +16,7 @@

- Dev: https://github.com/cgoldberg/xvfbwrapper
- Releases: https://pypi.python.org/pypi/xvfbwrapper
- Author: `Corey Goldberg <https://github.com/cgoldberg>`_ - 2012-2016
- Author: `Corey Goldberg <https://github.com/cgoldberg>`_ - 2012-2017
- License: MIT

----
Expand All @@ -35,11 +35,10 @@ xvfbwrapper is a python module for controlling Xvfb.

Xvfb (X virtual framebuffer) is a display server implementing the X11 display server protocol. It runs in memory and does not require a physical display. Only a network layer is necessary.

Xvfb is especially useful for running acceptance tests on headless servers.
Xvfb is useful for running acceptance tests on headless servers.

----


----------------------------------
Install xvfbwrapper from PyPI:
----------------------------------
Expand Down Expand Up @@ -87,7 +86,7 @@ Xvfb is especially useful for running acceptance tests on headless servers.

from xvfbwrapper import Xvfb

vdisplay = Xvfb(width=1280, height=740, colordepth=16)
vdisplay = Xvfb(width=1280, height=740)
vdisplay.start()

# launch stuff inside virtual display here.
Expand Down

0 comments on commit 126db30

Please sign in to comment.