Skip to content

Commit 25d4e81

Browse files
committed
Fixed wording in README.md.
1 parent de67b0b commit 25d4e81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ You can send crash reports silently by setting Silent property to true.
150150
reportCrash.Silent = true;
151151
````
152152

153-
### Send reports using WebProxy
153+
### Send reports using a web proxy
154154

155-
You can send crash report using a web proxy by adding following line in SendReport method of Program.cs file.
155+
You can send crash report using a web proxy by adding following line in SendReport method.
156156

157157
````csharp
158158
reportCrash.WebProxy = new WebProxy("Web proxy address"),
159159
````
160160

161161
### Send reports to your DrDump account
162162

163-
You can send crash report to you doctor dump account by adding following line in SendReport method of Program.cs file.
163+
You can send crash report to you doctor dump account by adding following line in SendReport method.
164164

165165
````csharp
166166
reportCrash.DoctorDumpSettings = new DoctorDumpSettings
@@ -173,7 +173,7 @@ Just set the ApplicationID to ID you received from DrDump.com.
173173

174174
### Capture whole screen instead of Application screen
175175

176-
You can take screenshot of whole screen instead of only application when application crashes by adding following line in SendReport method of Program.cs file.
176+
You can take screenshot of whole screen instead of only application when application crashes by adding following line in SendReport method.
177177

178178
````csharp
179179
reportCrash.CaptureScreen = true;

0 commit comments

Comments
 (0)