Skip to content

Commit 8547490

Browse files
authored
Merge pull request #46 from Supravisor/deploy
Create README.md
2 parents 4df85c3 + 9524b63 commit 8547490

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This diff viewer overlays text and code so you can visualise similarities and differences between the two sets of data.
2+
3+
1. Enter the original code into first textarea element when the page loads.
4+
2. Click on the `Hide Original` button to toggle to the second textarea element.
5+
3. Enter the changed code into the second textarea element.
6+
4. Click on the `Show Original` button to toggle back to the first textarea element.
7+
8+
The code in blue colour is the original code, and the code in red colour is the changed or altered code.
9+
The code in magenta is the overlap between the two sets of code.
10+
11+
5. Click on the `Hide ...` button to hide the contents of the corresponding textarea element.
12+
6. Click on the `Show ...` button to display the contents of the corresponding textarea element.

0 commit comments

Comments
 (0)