refactoring
Sangmin Shim 2012-12-26 16:06:22 +09:00
rodzic 6202ee3975
commit 91fa833b0b
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
QRCode.js is javascript library for making QRCode. QRCode.js supports Cross-browser with HTML5 Canvas and table tag in DOM.
QRCode.js has no dependencies.
# Basic Usages
## Basic Usages
```
<div id="qrcode"></div>
<script type="text/javascript">
@ -30,8 +30,8 @@ qrcode.clear(); // clear the code.
qrcode.makeCode("http://naver.com"); // make another code.
```
#License
## License
MIT License
#Contact
## Contact
twitter @davidshimjs