aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Tatiyants <atatiyan@gmail.com>2016-01-07 08:09:32 -0800
committerAlex Tatiyants <atatiyan@gmail.com>2016-01-07 08:09:32 -0800
commit9d66c4b2f2a672207df1fbee129574f667cbce3d (patch)
treeadc9d811c98c793364bd70fd7dbf9ce8de962104 /README.md
parent721c4a49c47460f1618a0f679fe9125a5f519cdc (diff)
update README, fix hover tooltip issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 756ecd4..e5daa36 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
# Postgres Explain Visualizer (pev)
-Postgres Explain Visualizer (dev) is designed to make [EXPLAIN](http://www.postgresql.org/docs/current/static/sql-explain.html) output easier to grok. It creates a graphical representation of the plan.
+Postgres Explain Visualizer (dev) is designed to make [EXPLAIN](http://www.postgresql.org/docs/current/static/sql-explain.html) output easier to grok. It creates a graphical representation of the plan. You can see it in action at [tatiyants.com/pev](http://tatiyants.com/pev/#/plans).
Pev is heavily influenced by the excellent [explain.depesz.com](http://explain.depesz.com/).
-Pev is written in [angular 2](https://angular.io/) with TypeScript. It's based on [angular2 seed](https://github.com/mgechev/angular2-seed) and requires [npm](https://www.npmjs.com/), [gulp](), [tsd](http://definitelytyped.org/tsd/), and [compass](http://compass-style.org/).
+Pev is written in [angular 2](https://angular.io/) with [TypeScript](http://www.typescriptlang.org/). The project is based on [angular2 seed](https://github.com/mgechev/angular2-seed). It requires [npm](https://www.npmjs.com/), [gulp](http://gulpjs.com/), [tsd](http://definitelytyped.org/tsd/), and [compass](http://compass-style.org/).
+
## Installation