Skip to content

Commit edf22ea

Browse files
updated README.md, fixed bug for 'Can I use?' feature
1 parent 032656f commit edf22ea

File tree

6 files changed

+1015
-992
lines changed

6 files changed

+1015
-992
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If you want use this plugin, you may want <span style="text-decoration: underlin
3939

4040
In order to work properly, this plugin has some dependencies:
4141

42+
- Sublime Text 3 (build 3124 or newer)
4243
- **Node.js** and **npm** ([nodejs.org](https://nodejs.org) or [nvm](https://github.com/creationix/nvm))
4344
- **TerminalView** sublime text plugin ([TerminalView](https://github.com/Wramberg/TerminalView))
4445

@@ -56,25 +57,39 @@ It will use [Flow](https://github.com/facebook/flow) for type checking and auto-
5657

5758
You can find more information about Flow on [flow.org](https://flow.org)
5859

60+
## Installation
61+
62+
~~With [Package Control](https://packagecontrol.io/):~~
63+
64+
~~- Run “Package Control: Install Package” command or click to the `Preferences > Package Control` menu item, find and install `JavaScript Enhancements` plugin.~~
65+
66+
Manually:
67+
68+
- Download [latest release](https://github.com/pichillilorenzo/JavaScriptEnhancements/releases) and unzip it into your **Packages folder** (go to `Preferences > Browse Packages...` menu item to open this folder)
69+
5970
## Usage
6071
[Wiki](https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki) in progress.
6172

6273
## Quick Overview
6374

64-
### Autocompletions
75+
### Auto-completions
6576
![](https://drive.google.com/uc?authuser=0&id=1NZYWq4kOx9l93zxN7A9TEMUv0VcLfWrt&export=download)
6677

6778
### Errors
6879
![](https://drive.google.com/uc?authuser=0&id=1r8IDItL03tPFwCCsTIdW54rRpascnHAF&export=download)
6980

70-
### Project with terminal
81+
### Projects with terminal ([TerminalView](https://github.com/Wramberg/TerminalView))
7182
![](https://drive.google.com/uc?authuser=0&id=1gmC6GROJXyhV8DZTHw8Zw_KGlB13g_bL&export=download)
7283
![](https://drive.google.com/uc?authuser=0&id=1Y0NS1eb8aFoxhdn75JLoGgZMPPpqld3Z&export=download)
7384
![](https://drive.google.com/uc?authuser=0&id=1lHXQGN3CoV5-IHAoesEmkiJBjnpU2Lxf&export=download)
7485

86+
## Feature request/enhancement
87+
88+
For feature requests or them enhancement, please open an issue with the corresponding label.
89+
7590
## Support
7691

77-
Email me for any Feature proposal, questions or doubts about this project on: [[email protected]](mailto:[email protected])
92+
Email me for any questions or doubts about this project on: [[email protected]](mailto:[email protected])
7893

7994
Thanks for your support!!!
8095

0 commit comments

Comments
 (0)