Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doublefint committed Feb 9, 2017
1 parent 239be19 commit 305f47a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ This extension is fixed [clone](https://github.com/jptarqu/VSCodeExtension-Postg
- Completion Lists for global postgres functions (copied from the Postgres official documentation)
- Snippets

![example](images/example.gif)

<img src="https://raw.githubusercontent.com/doublefint/vscode-pgsql/master/client/images/example.gif" alt="demo" style="width:480px;"/>

## Fixes
- use connection string with port and password
Expand Down
3 changes: 1 addition & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ This extension is fixed [clone](https://github.com/jptarqu/VSCodeExtension-Postg
- Completion Lists for global postgres functions (copied from the Postgres official documentation)
- Snippets

![example](images/example.gif)

<img src="https://raw.githubusercontent.com/doublefint/vscode-pgsql/master/client/images/example.gif" alt="demo" style="width:480px;"/>

## Fixes
- use connection string with port and password
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pgsql",
"description": "postgres language support, snippets, runner. Fixed clone of [email protected] by JPTarquino",
"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"publisher": "doublefint",
"engines": { "vscode": "^0.10.1" },
"icon": "images/logo.png",
Expand Down

0 comments on commit 305f47a

Please sign in to comment.