commit 075300f746b031d03eab451a0d4a5b304930c96f
Author:     Paul Hammant <p...@hammant.org>
AuthorDate: Sat Apr 28 17:20:37 2012 +0200
Commit:     Paul Hammant <p...@hammant.org>
CommitDate: Sat Apr 28 17:20:37 2012 +0200

    more words

diff --git a/etsy-selenium/README.md b/etsy-selenium/README.md
index b50a051..60740e6 100644
--- a/etsy-selenium/README.md
+++ b/etsy-selenium/README.md
@@ -1,6 +1,6 @@
 # JBehave Selenium Tutorials on the Etsy.com website
 
-Using [jbehave-core](http://github.com/jbehave/jbehave-core), 
[jbehave-web](http://github.com/jbehave/jbehave-web), and 
[Selenium2](http://seleniumhq.org/) against pre-existing website 
[etsy.com](http://etsy.com) to test it's shopping cart.
+These tutorial projects use 
[jbehave-core](http://github.com/jbehave/jbehave-core), 
[jbehave-web](http://github.com/jbehave/jbehave-web), and 
[Selenium2](http://seleniumhq.org/) to test the public website 
[etsy.com](http://etsy.com) to test it's shopping cart.
 
 <img src="http://jbehave.org/reference/preview/images/jbehave-logo.png"; 
alt="JBehave logo" align="right" />
 
@@ -9,6 +9,8 @@ Using [jbehave-core](http://github.com/jbehave/jbehave-core), 
[jbehave-web](http
 1. The module 'groovy-pico' runs (via maven) stories using steps and 'page 
objects' written in Groovy and composed using PicoContainer. 
 2. The module 'java-spring' runs (via maven) stories using steps and 'page 
objects' written in Java and composed using the Spring Framework. 
 
+p. The two functionally test the same as each other, it's just that you may 
prefer Groovy or Java, and PicoContainer or Spring.
+
 ## License
 
 See LICENSE.txt in the source root (BSD).
\ No newline at end of file



Reply via email to