README.md in watir-webdriver-0.4.0 vs README.md in watir-webdriver-0.4.1
- old
+ new
@@ -31,10 +31,10 @@
The file in lib/watir/elements/generated.rb is autogenerated from the HTML5 spec. This is done by extracting the IDL parts from the spec and processing them with the WebIDL gem (link below).
Specs
-----
-watir-webdriver uses the watir2 branch of watirspec for testing. After cloning, you should fetch the submodule:
+watir-webdriver uses [watirspec](http://github.com/jarib/watirspec) for testing. After cloning, you should fetch the submodule:
git submodule init && git submodule update
Specs specific to watir-webdriver are found in spec/*_spec.rb, with watirspec in spec/watirspec.