Skip to content

Commit 05ea938

Browse files
authored
Add screencast to the README (#3)
* fix typo * add screencast to the readme
1 parent a3c3f5b commit 05ea938

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Prototype your Jupyter Widget in the browser with anywidget and JupyterLite 💡
66

7+
https://github.com/jtpio/anywidget-lite/assets/591645/ea0bdfc7-e1b6-433c-bf89-0a8a3c137613
8+
79
## Usage
810

911
Open the following link in your browser and start coding:

content/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function render({ model, el }) {
88
model.save_changes();
99
});
1010
model.on("change:count", () => {
11-
button.innerHTML = `COUNT is ${getCount()}`;
11+
button.innerHTML = `count is ${getCount()}`;
1212
});
1313
el.appendChild(button);
1414
}

0 commit comments

Comments
 (0)