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: