We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8b841 commit b18263cCopy full SHA for b18263c
README.md
@@ -51,7 +51,7 @@ async function connect() {
51
try {
52
const firmwareFile = await webdfu.read();
53
54
- console.log("Readed: ", firmwareFile);
+ console.log("Read: ", firmwareFile);
55
} catch (error) {
56
console.error(error);
57
}
@@ -62,7 +62,7 @@ async function connect() {
62
const firmwareFile = new ArrayBuffer("");
63
await webdfu.write(1024, firmwareFile);
64
65
- console.log("Writed!");
+ console.log("Written!");
66
67
68
0 commit comments