Updated Example (markdown)

brianc 2011-03-24 08:56:43 -07:00
parent 6edc77346d
commit 084c71f896

@ -2,7 +2,7 @@
This app is running live [[right here|http://explodemy.com]]
You'll need to first "create table visits (date date)" in your postgres database
You'll need to first "create table visit (date date)" in your postgres database
```javascript
var sys = require('sys');