diff --git a/README.rdoc b/README.rdoc index 649978d..efe85af 100644 --- a/README.rdoc +++ b/README.rdoc @@ -148,16 +148,16 @@ SCSS and compass. If you change the size of the triangle in CSS you need to also update this size in function calcPopoverPos in the plugin JS file. -== Specing & Testing +== Demo & specs + +Open demo/demo.html for a demonstration of various popovers opening on different sides based on constraints as +well as a demonstration of live popup buttons. A suite of Jasmine[http://github.com/pivotal/jasmine] specs has been added that also make use of the Jasmine-jquery[https://github.com/velesin/jasmine-jquery] library. To run the Jasmine specs simply open jasmine/SpecRunner.html in a browser. -See demo/demo.html for a demonstration of various popovers opening on different sides based on constraints as -well as a demonstration of live popup buttons. - NOTE: Newer versions of Chrome don't allow file:// URIs to read other file:// URIs. In effect, jasmine-jquery cannot properly load fixtures under some versions of Chrome. An override for this is to run Chrome with a switch --allow-file-access-from-files (I have not verified if this works for all Chrome versions though). The full discussion on this topic can be found in this GitHub