Skip to content

Commit

Permalink
0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Mar 8, 2024
1 parent 13c3bd5 commit f71f244
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ To only recalculate it when focus is lost, and the onchange attribute:
<input id=expression value="x^2">
<newton-microservice
for="operation expression"
oninput="{
oninput="({operation, expression}) => ({
url: `https://newton.now.sh/api/v2/${operation}/${expression`}`
}"
})"
be-fetching onchange
target=json-viewer[-object]
credentials=omit
onerror="console.error(href)"
></newton-microservice>
<json-viewer -object aria-live=polite></json-viewer>
Expand Down

0 comments on commit f71f244

Please sign in to comment.