<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,20 @@ Really simple lightbox. You can open lightbox with given dimensions and html.
 
 It's build to be fast and really light - all positioning is based on CSS (with some expressions hacks for IE6 and IE7).
 
-Based on overlay by Riddle:
+Usage:
+Initialize lightbox and give custom paths to images and stylesheets:
+
+$.lightBoxFu.initialize({imagesPath: '/images/', stylesheetsPath: '/stylesheets/'});
+
+Open lightbox with given html and width:
+
+$.lightBoxFu.open({
+        html: &quot;Some &lt;b&gt;shiny&lt;/b&gt; HTML.&quot;,
+        width: &quot;250px&quot;,
+        /* don't let the user close lightBoxFu by clicking on an overlay */
+	closeOnClick: false
+      });
+
+Based on overlay by Riddle (riddle.pl):
 http://perfectionorvanity.com/2007/04/08/polprzezroczyste-warstwy-overlay-i-okienka-div/
 http://riddle.pl/-/xhtml/css-overlay/overlay-fixed-final.html</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7902b9cd960f7a7f6bfb24bf1401741e0c90d4a6</id>
    </parent>
  </parents>
  <author>
    <name>Peter Sarnacki</name>
    <email>drogus@gmail.com</email>
  </author>
  <url>http://github.com/drogus/lightbox-fu/commit/e5e5e423ea417123570929d817d4e451881d93bb</url>
  <id>e5e5e423ea417123570929d817d4e451881d93bb</id>
  <committed-date>2008-07-02T03:29:57-07:00</committed-date>
  <authored-date>2008-07-02T03:29:57-07:00</authored-date>
  <message>Usage in readme</message>
  <tree>fdcd791b1b8a13130f741959b739fb4b9fd493c0</tree>
  <committer>
    <name>Peter Sarnacki</name>
    <email>drogus@gmail.com</email>
  </committer>
</commit>
