Skip to content

Commit 092b261

Browse files
committed
Update readme
Update screenshot of the C# interactive window. Remove mention of the Mono REPL.
1 parent 8486ee4 commit 092b261

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,15 @@ https://github.com/jonsequitur/dotnet-repl
1414

1515
From the View menu select Pads - C# Interactive.
1616

17-
The C# Interactive window provides access to the Mono C# REPL.
17+
The C# Interactive window provides access to the C# REPL.
1818
The REPL is run in process with the IDE so you can access and interact
1919
with types running in the IDE.
2020

2121
![C# Interactive window](doc/images/CSharpInteractiveWindow.png)
2222

23-
The REPL includes two extra commands which are not available in the
24-
Mono C# REPL by default:
25-
26-
- clear()
27-
- Clears the C# interactive window
28-
- Inspect(object)
29-
- Displays the object in the Object Inspector window
30-
3123
# Object Inspector window
3224

33-
From the C# REPL window when you use the `Inspect` method the
25+
From the C# REPL window when you use the `#!inspect` method the
3426
object passed will be open int the Object Inspector window.
3527

3628
![Object Inpsector window](doc/images/ObjectInspectorWindow.png)
-1.59 KB
Loading

0 commit comments

Comments
 (0)