Skip to content

Commit

Permalink
type fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevewirts committed Feb 10, 2015
1 parent 4dcda5d commit be65ed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ Hypergrid utilizes a custom scrollbar component so as to not be limited to table

##Hypergrid example for displaying RDBMS data

This is an example usage of the hypergrid control looking at the +1MM row postrgres db example from the [greenplum getting started tutorial](http://gpdb.docs.pivotal.io/gs/42/pdf/GP-Getting-Started.pdf).
<img src="images/gridshot05.png" alt="screenshot">

this is an example usage of the hypergrid control looking at the +1MM row postrgres db example from the [greenplum getting started tutorial](http://gpdb.docs.pivotal.io/gs/42/pdf/GP-Getting-Started.pdf). For this example to work you'll need to
For this example to work you'll need to

* install the [greenplum tutorial db](http://gpdb.docs.pivotal.io/gs/42/pdf/GP-Getting-Started.pdf
* npm install [any-db-postgress](https://github.com/grncdr/node-any-db) and websocket.io
* npm install [any-db-postgress](https://github.com/grncdr/node-any-db) and [websocket.io](https://www.npmjs.com/package/websocket.io)
* run the node [script](https://github.com/openfin/fin-hypergrid/blob/master/rdbms/rdbms-example.js) found in the [rdbms](https://github.com/openfin/fin-hypergrid/blob/master/rdbms) directory
* navigate to the q behavior [example](http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/demo.html) and press "reconnect"

Expand Down
2 changes: 1 addition & 1 deletion rdbms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
this is an example usage of the hypergrid control looking at the +1MM row postrgres db example from the [greenplum getting started tutorial](http://gpdb.docs.pivotal.io/gs/42/pdf/GP-Getting-Started.pdf). For this example to work you'll need to

* install the [greenplum tutorial db](http://gpdb.docs.pivotal.io/gs/42/pdf/GP-Getting-Started.pdf
* npm install <a href="https://github.com/grncdr/node-any-db">any-db-postgress</a> and websocket.io
* npm install <a href="https://github.com/grncdr/node-any-db">any-db-postgress</a> and <a href="https://www.npmjs.com/package/websocket.io">websocket.io</a>
* run the node script found in this directory
* navigate to the q behavior <a href="http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/demo.html">example</a> and press "reconnect"

Expand Down

0 comments on commit be65ed0

Please sign in to comment.