Skip to content

Commit 9dff0a5

Browse files
authored
Update README.md
1 parent 8bd4e0a commit 9dff0a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Step into debugging and generate readable script from linq expressions
55

66
### Get it
77
```
8-
PM> Install-Package Mapster
8+
PM> Install-Package ExpressionDebugger
99
```
1010

1111
### Get readable script
@@ -25,4 +25,4 @@ In order to step-into debugging, make sure you turn off just my code feature.
2525
![turn off just my code](https://cloud.githubusercontent.com/assets/5763993/23740682/47608676-04d7-11e7-842d-77c18a459515.png)
2626

2727
#### Net Core support
28-
Currently, step-info debugging is working only in .NET 4.x. .NET Core doesn't support this feature yet.
28+
Currently, step-into debugging is working only in .NET 4.x. .NET Core doesn't support this feature yet.

0 commit comments

Comments
 (0)