From 649cdd4e370e3618361a2af39f2080fad7af9386 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen Date: Mon, 25 Aug 2014 18:23:18 +0300 Subject: [PATCH] Update readme regarding 0.5 --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index ea45058..d4c1ccd 100644 --- a/readme.md +++ b/readme.md @@ -32,6 +32,9 @@ The script should work fine on the following browsers: As each CSS property needs to be manually built to be supported, there are a number of properties that are not yet supported. ### Usage ### + +**Note!** These instructions are for using the current dev version of 0.5, for the latest release version (0.4.1), checkout the [old readme](https://github.com/niklasvh/html2canvas/blob/v0.4/readme.md). + To render an `element` with html2canvas, simply call: ` html2canvas(element[, options]);`