diff --git a/README.md b/README.md
index 7b3f414..a56f46f 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,13 @@ Then you add the *qrcode* in this container by
This is it. see it live.
+You can set the height and width of the generated qrcode:
+ jquery('#qrcode').qrcode({width: 64,height: 64,text: "size doesn't matter"});
+
+
## Conclusion
jquery.qrcode.js is available on github
here
under MIT license.
If you hit bugs, fill issues on github.
-Feel free to fork, modify and have fun with it :)
\ No newline at end of file
+Feel free to fork, modify and have fun with it :)