README.md: Removed unnecessary "id" attribute from the example.

redux
David Majda 14 years ago
parent db4cc71f2c
commit 7214de6dc8

@ -50,7 +50,7 @@ To use the parser in a web page, follow the following example:
</head> </head>
<body> <body>
<input type="text" id="expression" value="2*(3+4)"> <input type="text" id="expression" value="2*(3+4)">
<input type="button" id="calculate" value="Calculate" onclick="calculate();"> <input type="button" value="Calculate" onclick="calculate();">
<div id="result"></div> <div id="result"></div>
</body> </body>

Loading…
Cancel
Save