Skip to content

Commit c34a64b

Browse files
authored
Minor polish to README.md
1 parent 3ddee4c commit c34a64b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# Explainer for the TODO API
2-
3-
**Instructions for the explainer author: Search for "todo" in this repository and update all the
4-
instances as appropriate. For the instances in `index.bs`, update the repository name, but you can
5-
leave the rest until you start the specification. Then delete the TODOs and this block of text.**
1+
# Proofreader API Explainer
62

73
*This proposal is an early design sketch by ODML and Chrome built-in AI team to describe the problem below and solicit
84
feedback on the proposed solution. It has not been approved to ship in Chrome.*
@@ -65,7 +61,7 @@ A created proofreader object can be used multiple times. **The only shared state
6561
```js
6662
const proofreader = await Proofreader.create();
6763

68-
editBoxEl.addEventListener("input", async (event) => {
64+
editBoxEl.addEventListener("onblur", async (event) => {
6965
const corrections = await proofreader.proofread(event.target.value);
7066
});
7167
```

0 commit comments

Comments
 (0)