Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 1f4e10d

Browse files
fixed readme a little bit
1 parent 1ad9c05 commit 1f4e10d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A plugin for [Sublime Text](http://www.sublimetext.com/). Versions 2 and 3 are s
44

55
## Synopsis
66

7-
This plugin makes it possible to use various external search tools (`grep`, `ack`, `ag`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
7+
This plugin lets you use your favorite search tool (`grep`, `ack`, `ag`, `git grep`, or `findstr`) to find strings aross your entire current Sublime Text project.
88

99
It opens a quick selection panel to browse results, and highlights matches inside files.
1010

1111
It's easy to add another search tool, if you so desire.
1212

1313
## Installation
1414

15-
* [Package Control](http://wbond.net/sublime_packages/package_control): install package **SearchInProject** (this is the recommended method)
15+
* [Package Control](http://sublime.wbond.net): install package **Search in Project** (this is the recommended method)
1616

1717
* Download an [archive of the repository](https://github.com/leonid-shevtsov/SearchInProject_SublimeText/archive/master.zip), and unzip into the Sublime Text Packages folder.
1818

@@ -29,10 +29,10 @@ If you run Search In Project again, it will remember the last search string, so
2929

3030
## Configuration
3131

32-
Configuration is stored in a separate, user-specific `SearchInProject.sublime-settings` file. See the default file for configuration options; links to both <colgroup></colgroup>ld be
32+
Configuration is stored in a separate, user-specific `SearchInProject.sublime-settings` file. See the default file for configuration options; links to both could be
3333
found in the main menu in `Preferences -> Package Settings -> Search In Project`.
3434

35-
On any OS I recommend you to install [ack](http://betterthangrep.com/), and use it instead of the default `grep`/`findstr`, because it's much faster. [Here's how to install ack on Windows](http://stackoverflow.com/questions/1023710/how-can-i-install-and-use-ack-library-on-windows).
35+
You should install and use [ack](http://betterthangrep.com/) instead of the default `grep`/`findstr`, because it's much faster. [Here's how to install ack on Windows](http://stackoverflow.com/questions/1023710/how-can-i-install-and-use-ack-library-on-windows).
3636

3737
* * *
3838

0 commit comments

Comments
 (0)