From 64c3ea1c89e215bd6f8c68f96d64571c4772f826 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 7 Apr 2020 15:40:13 -0500 Subject: [PATCH] Updated contributing.md --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 907253d4ba24c..65722bd46d162 100644 --- a/contributing.md +++ b/contributing.md @@ -20,7 +20,7 @@ Make sure you have `chromedriver` installed for your Chrome version. You can ins - `brew cask install chromedriver` on Mac OS X - `chocolatey install chromedriver` on Windows -- Or manually downloading it from the [chromedriver repo](https://chromedriver.storage.googleapis.com/index.html) and adding the binary to `/node_modules/.bin` +- Or manually download the version that matches your installed chrome version (if there's no match, download a version under it, but not above) from the [chromedriver repo](https://chromedriver.storage.googleapis.com/index.html) and add the binary to `/node_modules/.bin` Running all tests: