Skip to content

Commit edb419a

Browse files
committed
Minor markup fixes in README..
1 parent bbd2aae commit edb419a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It reads a bunch of Event Log files (*.evt) and automatically groups related Eve
88
Once the analysis is complete, it writes out a CSV each for every group of related events found, and a summary text with a bunch of statistics.
99
You can provide it some filters that tell it to look at only the Event Log records that match a certain criteria.
1010

11-
Warning: It could be quite slow if you're processing a large number of Event Log records.
11+
Warning: It can be quite slow if you're processing a large number of Event Log records.
1212

1313
Hopefully, I'll get around to fixing the performance when I get some time (now that I've reopened the project after over 3 years :D).
1414

@@ -31,8 +31,8 @@ Hopefully, I'll get around to fixing the performance when I get some time (now t
3131

3232
References
3333
----------
34-
* CodeProject article on parsing Event Log files: http://www.codeproject.com/KB/string/EventLogParser.aspx, by [J a a n s](http://www.codeproject.com/Members/J-a-a-n-s)
35-
* MSDN Reference on Event Log file format: http://msdn.microsoft.com/en-us/library/bb309026(VS.85).aspx
34+
* CodeProject article on parsing Event Log files: (http://www.codeproject.com/KB/string/EventLogParser.aspx), by [J a a n s](http://www.codeproject.com/Members/J-a-a-n-s)
35+
* MSDN Reference on Event Log file format: (http://msdn.microsoft.com/en-us/library/bb309026(VS.85).aspx)
3636

3737
TODO:
3838
-----

0 commit comments

Comments
 (0)