From c129fca93a429962aeca46ae11a695659bc8d170 Mon Sep 17 00:00:00 2001 From: Francois van der Hoven Date: Fri, 23 Feb 2018 14:07:46 +1000 Subject: [PATCH] Update selenium reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220fd860b..77a6695d0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Requirements * [Ruby](http://rubylang.org) version 2.2 or newer * [SQLite](http://sqlite.org) 3.x * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile -* brew install selenium-server-standalone +* brew install selenium-server-standalone (See https://github.com/shvets/selenium) Quick Start -----------