Skip to content

Commit

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

##Hypergrid example for displaying RDBMS data

<img src="../gridshot05.png" alt="screenshot">
<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

Expand Down
4 changes: 2 additions & 2 deletions rdbms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
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 [any-db-postgress](https://github.com/grncdr/node-any-db) and websocket.io
* npm install <a href="https://github.com/grncdr/node-any-db">any-db-postgress</a> and websocket.io
* run the node script found in this directory
* navigate to the q behavior [example](http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/demo.html) and press "reconnect"
* navigate to the q behavior <a href="http://openfin.github.io/fin-hypergrid/components/fin-hypergrid/demo.html">example</a> and press "reconnect"

feel free to connect this example to any other db that any-db supports (MS SQL, MySQL, Postgres, and SQLite3).
Make sure to npm install the proper any-db-***** interface and edit the config.js file.
Expand Down

0 comments on commit 4dcda5d

Please sign in to comment.