From 535c727771e92d9e035258833f7f6caaef6b3ab0 Mon Sep 17 00:00:00 2001 From: Jeremiah Njoroge Date: Mon, 25 Jan 2016 00:47:41 -0800 Subject: [PATCH] Fix reference link in Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 691ed4015..c9ded4bb9 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Scenario('test some forms', (I) => { ``` All actions are performed by I object; assertions functions start with `see` function. -In this examples all methods of I are taken from WebDriverIO helper, see [reference](https://github.com/Codeception/CodeceptJS/blob/master/docs/API.md#webdriverio) to learn how to use them. +In this examples all methods of `I` are taken from WebDriverIO helper, see [reference](https://github.com/Codeception/CodeceptJS/blob/master/docs/helpers/WebDriverIO.md) to learn how to use them. Let's execute this test with `run` command. Additional option `--steps` will show us the running process. We recommend use `--steps` or `--debug` during development.