diff --git a/readme.md b/readme.md index 2b697e9..7c6e426 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ Angle.toTurn('1turn'); //-> 1 ``` ## Length -Used for converting between various length units. Absolute units -- such as inches, points and centimeters -- are relative to the Screen DPI which is usually 96. Not all units are supported in every browser, in those cases 0 is returned. In all cases this library uses the browsers own CSS calculations (by setting values with the style property). There's a detailed description of [CSS length units on the MDN](https://developer.mozilla.org/en/CSS/length). The length library is around 1200 characters when minified. +Used for converting between various length units. Absolute units -- such as inches, points and centimeters -- are relative to the Screen DPI which is usually 96. Not all units are supported in every browser, in those cases 0 is returned. In all cases this library uses the browsers own CSS calculations (by setting values with the style property). There's a detailed description of [CSS length units on the MDN](https://developer.mozilla.org/en/CSS/length). The length library is around 1100 characters when minified. ```javascript // Absolute Units diff --git a/test.html b/test.html index 55d1f25..72bb8c5 100644 --- a/test.html +++ b/test.html @@ -41,11 +41,12 @@ hello hello - - + + - + +