From fadd79d24843229807f59ae317fc52ae16f7dfa2 Mon Sep 17 00:00:00 2001 From: christian-bromann Date: Thu, 11 Apr 2013 12:12:03 +0200 Subject: [PATCH] minor wording fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af93804fae..532f58962d1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ describe('my webdriverjs tests', function(){ }); ``` -See more examples with other libraries in the [here](https://github.com/Camme/webdriverjs/tree/master/examples). +See more examples with other libraries in the [example directory](https://github.com/Camme/webdriverjs/tree/master/examples). ### Extending If you want to extend with your own set of commands there is a method called addCommand: