Browse Source

Clean up the grammatical phrasing in a few sentences

pull/24/head
Charlie Arehart 5 years ago
committed by GitHub
parent
commit
28661ae843
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      README.md

14
README.md

@ -5,11 +5,11 @@
MySQL Client For Visual Studio Code
> This plugin inspired for [MySQL](https://github.com/formulahendry/vscode-mysql)
> This plugin was inspired by [MySQL](https://github.com/formulahendry/vscode-mysql).
>
> Give [project](https://github.com/cweijan/vscode-mysql) star keep me motivated to keep updating
> Give [project](https://github.com/cweijan/vscode-mysql) a star to keep me motivated to keep updating.
**Note: This plugin is not support MySql 8.0!**
**Note: This plugin does not support MySql 8.0!**
**Features**
@ -26,7 +26,7 @@ MySQL Client For Visual Studio Code
## Connect
1. Open MySQL Panel, then click the `+` button.
2. Input you connect info then click connect.
2. Input your connect info then click connect.
![connection](images/connection.jpg)
@ -41,12 +41,12 @@ MySQL Client For Visual Studio Code
* In the MySQL Panel, click the `New Query` button.
![newquery](images/newquery.jpg)
* This changes the active database.
* Now You can enjoy Intelli SQL code within the editor.
* Now you can enjoy Intellisense for SQL code within the editor.
* Click Run Button or Press `F9` to Execute.
![run](images/run.jpg)
## Generate Mock Data
- Now you not need spend time to writing test data
- Now you do not need spend time writing test data.
![mockData](images/mockData.png)
## History
@ -74,6 +74,6 @@ MySQL Client For Visual Studio Code
```
## Suprise
* You can find suprise when right click on node.
* Find a suprise when you right click on a node.
![suprise](images/surprise.jpg)
Loading…
Cancel
Save