Skip to content

Commit 101efea

Browse files
authored
Update README
1 parent d41b388 commit 101efea

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
@@ -4,7 +4,7 @@ The multithreading .NET library that provides opportunity to fast find files or
44

55
## INSTALLATION
66
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.
88
3. Copy files .dll and .xml files in directory of your project.
99
4. Add library to your project: Solution Explorer -> Reference -> item AddReference in contex menu -> Browse
1010
5. Add appropriate namespace: `using FastSearchLibrary;`
@@ -78,7 +78,7 @@ Next classes provide search functionality:
7878
`StopSearch()` method.
7979
To stop search process possibility one have to use constructor that accept CancellationTokenSource parameter.
8080

81-
Example:
81+
Example:
8282

8383
class Searcher
8484
{

0 commit comments

Comments
 (0)