Skip to content

Commit 305f47a

Browse files
committed
fix readme
1 parent 239be19 commit 305f47a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ This extension is fixed [clone](https://github.com/jptarqu/VSCodeExtension-Postg
88
- Completion Lists for global postgres functions (copied from the Postgres official documentation)
99
- Snippets
1010

11-
![example](images/example.gif)
12-
11+
<img src="https://raw.githubusercontent.com/doublefint/vscode-pgsql/master/client/images/example.gif" alt="demo" style="width:480px;"/>
1312

1413
## Fixes
1514
- use connection string with port and password

client/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ This extension is fixed [clone](https://github.com/jptarqu/VSCodeExtension-Postg
88
- Completion Lists for global postgres functions (copied from the Postgres official documentation)
99
- Snippets
1010

11-
![example](images/example.gif)
12-
11+
<img src="https://raw.githubusercontent.com/doublefint/vscode-pgsql/master/client/images/example.gif" alt="demo" style="width:480px;"/>
1312

1413
## Fixes
1514
- use connection string with port and password

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pgsql",
33
"description": "postgres language support, snippets, runner. Fixed clone of [email protected] by JPTarquino",
44
"license": "MIT",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"publisher": "doublefint",
77
"engines": { "vscode": "^0.10.1" },
88
"icon": "images/logo.png",

0 commit comments

Comments
 (0)