Skip to content

Commit 904e14f

Browse files
yuvanksoniKronuz
authored andcommitted
Update
Please update your Readme it was having many grammatical errors.
1 parent e88d6ec commit 904e14f

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ The plugin provides the following features:
2020
- Jump to Symbol Definition - Jump to the file and line of the
2121
definition of a symbol.
2222
- Imports autocomplete - Shows autocomplete with the available
23-
modules/symbols in real time.
23+
modules/symbols in real-time.
2424
- Function Call tooltips - Displays information in the status bar
2525
about the working function.
2626

27-
The package should work in all three platforms (MacOS X, Windows and Linux).
27+
The package should work on all three platforms (MacOS X, Windows, and Linux).
2828

2929
[![Click here to lend your support to CodeIntel/SublimeCodeIntel and make a donation!](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VVX4Q9H3924LE)
3030

@@ -71,7 +71,7 @@ directory, located somewhere in user's "Home" directory:
7171

7272
git clone git://github.com/SublimeCodeIntel/SublimeCodeIntel.git
7373

74-
The "Packages" packages directory is located differently in different
74+
The "Packages" packages directory is located differently on different
7575
platforms. To access the directory use:
7676

7777
- OS X:
@@ -89,7 +89,7 @@ platforms. To access the directory use:
8989
Using
9090
-----
9191

92-
- Start typing code as usual, autocomplete will pop up whenever it's
92+
- Start typing code, as usual, autocomplete will pop up whenever it's
9393
available. SublimeCodeIntel will also allow you to jump around
9494
symbol definitions even across files with just a click ..and back.
9595

@@ -122,9 +122,9 @@ It just works!
122122
Configuring
123123
-----------
124124

125-
For adding additional library paths (django and extra libs paths for
125+
For adding additional library paths (Django and extra libs paths for
126126
Python or extra paths to look for .js files for JavaScript for example),
127-
either add those paths as folders to your Sublime Text project, or
127+
either add those paths as folders to your Sublime Text project or
128128
modify SublimeCodeIntel User settings. User settings can be configured
129129
in the User File Settings:
130130

@@ -178,8 +178,7 @@ follow these steps:
178178
and the directory `db`. In Windows, this should be at
179179
`%userprofile%\.codeintel`.
180180
- Delete the whole directory `~/.codeintel` and all of its content.
181-
Particularly, if you want to delete only the indexes, the code
182-
intelligence database indexes are located inside `~/.codeintel/db`.
181+
Particularly, if you want to delete only the indexes, the code intelligence database indexes are located inside `~/.codeintel/db`.
183182
- Start Sublime Text
184183
- Try doing some code intelligence with the files in your project and
185184
enjoy a clean re-indexing! (Remember that the database is being
@@ -189,7 +188,7 @@ follow these steps:
189188

190189
### Opening an issue
191190

192-
If the problems persists after trying the above solutions, open a new
191+
If the problems persist after trying the above solutions, open a new
193192
issue in <https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues/>
194193

195194
When opening new issues, please check no other issues exist which report
@@ -217,6 +216,6 @@ v2.2.0 (2015-03-26):
217216
License
218217
-------
219218

220-
The plugin is based in code from the Open Komodo Editor and has a MPL license.
219+
The plugin is based on code from the Open Komodo Editor and has an MPL license.
221220

222221
Ported from Open Komodo by German M. Bravo (Kronuz).

0 commit comments

Comments
 (0)