File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The multithreading .NET library that provides opportunity to fast find files or
4
4
5
5
## INSTALLATION
6
6
1 . Download archive with last [ release] ( https://github.com/VladPVS/FastSearchLibrary/releases " Last release ")
7
- 2 . Extract content from some directoty .
7
+ 2 . Extract content from some directory .
8
8
3 . Copy files .dll and .xml files in directory of your project.
9
9
4 . Add library to your project: Solution Explorer -> Reference -> item AddReference in contex menu -> Browse
10
10
5 . Add appropriate namespace: ` using FastSearchLibrary; `
@@ -78,7 +78,7 @@ Next classes provide search functionality:
78
78
` StopSearch() ` method.
79
79
To stop search process possibility one have to use constructor that accept CancellationTokenSource parameter.
80
80
81
- Example:
81
+ Example:
82
82
83
83
class Searcher
84
84
{
You can’t perform that action at this time.
0 commit comments