From c157798ca3e6637d0d122fa80c3429ed11e2846a Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Sun, 18 Nov 2012 11:47:23 -0500 Subject: [PATCH] updated README --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 53094fd..58506d9 100644 --- a/README.rst +++ b/README.rst @@ -28,8 +28,8 @@ In the X Window System, Xvfb or X virtual framebuffer is an X11 server that perf System Requirements *********************** - * Xvfb ('sudo apt-get install xvfb' or similar) - * Python 2 +* Xvfb ('sudo apt-get install xvfb' or similar) +* Python 2 ************************ Example: Basic Usage @@ -49,9 +49,10 @@ In the X Window System, Xvfb or X virtual framebuffer is an X11 server that perf **************************************************** Example: Headless Selenium WebDriver and Firefox **************************************************** - * install selenium bindings: `pip install selenium` - * Firefox will launch inside virtual display (headless) - * browser is not shown while test is run + +* install selenium bindings: `pip install selenium` +* Firefox will launch inside virtual display (headless) +* browser is not shown while test is run ::