Skip to content

Commit 1e83f20

Browse files
committed
Update README.md
Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md
1 parent 0fdf556 commit 1e83f20

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,15 @@ tutoring examples, library demos or demonstrating code to a class.
2525

2626

2727

28-
## Examples
28+
## Demos
2929

3030
Below are some examples of screencasts created using DiffCast. These are short examples, to keep things readable but there is no limit to the number of transition files you can use, or how long the resulting DiffCast can be.
3131

32+
_Short demo, using the 4 demoN.py files in /demos. Demonstrates the block indenting behavior_
33+
<video src="https://user-images.githubusercontent.com/126239/151127893-5c98ba8d-c431-4a25-bb1f-e0b33645a2b6.mp4"></video>
3234

35+
_Longer demo, using the 6 windows_N.py files in /demos. Demonstrates more complex edits, whitespace padding._
36+
<video src="https://user-images.githubusercontent.com/126239/151128026-531c46db-30cb-466a-a836-8818718a2b13.mp4"></video>
3337

3438

3539
## Interface
@@ -72,6 +76,7 @@ When you edit a file you *generally* go from top to bottom, but you don't enter
7276
* If you're adding a block of code which is followed by a blank line, a trailing blank line will be added first (adding space around the new code).
7377
* Changes to the middle of lines will be edited in the middle of the line, leaving leading and trailing parts intact during editing.
7478
* Whitespace is added using in blocks of 4 (emulating tab indent) where possible.
79+
* Blocks are indented as a whole, where possible.
7580

7681
This is a work in progress and new edits may be added.
7782

0 commit comments

Comments
 (0)