diff --git a/readme.md b/readme.md index 47bb3d9..567f990 100755 --- a/readme.md +++ b/readme.md @@ -12,13 +12,7 @@ touch devices. **CSS code:**
-#magazine{ - width:800px; - height:400px; -} #magazine .turn-page{ - width:400px; - height:400px; background-color:#ccc; }@@ -34,7 +28,7 @@ touch devices. **JavaScript code:**
-$('#magazine').turn({page: 1, shadows: true, acceleration: true}); +$('#magazine').turn({width:800, height: 400, page: 1, shadows: true, acceleration: true});#### Requeriments