Skip to content

Commit 9761178

Browse files
committed
changes done
1 parent 4c17606 commit 9761178

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ app.commands.execute('jupyterlab-diff:unified-cell-diff', {
6161
cellId: 'cell-id',
6262
originalSource: 'print("Hello")',
6363
newSource: 'print("Hello, World!")',
64-
showActionButtons: true,
65-
allowInlineDiffs: false
64+
showActionButtons: true
6665
});
6766
```
6867

@@ -73,8 +72,7 @@ app.commands.execute('jupyterlab-diff:unified-file-diff', {
7372
filePath: '/path/to/file.py',
7473
originalSource: 'print("Hello")',
7574
newSource: 'print("Hello, World!")',
76-
showActionButtons: true,
77-
allowInlineDiffs: false
75+
showActionButtons: true
7876
});
7977
```
8078

0 commit comments

Comments
 (0)