Skip to content

Commit

Permalink
more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Dec 21, 2011
1 parent 8febff9 commit 5ba8c7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -58,7 +58,7 @@
<!-- header -->
<hgroup>
<h1>nytimestream</h1>
<h2>A stream based view of the <a href="http://devcenter.heroku.com/articles/using-socket-io-with-node-js-on-heroku">New York Times Wire API</a> using <a href="http://nodejs.org">Node.js</a>, <a href="http://socket.io">Socket.IO</a> and a free <a href="http://heroko.com">Heroku</a> account. If you are curious try to <code>curl http://nytimestream.herokuapp.com</code> to see a simplistic view of the stream.</h2>
<h2>A stream based view of the <a href="http://devcenter.heroku.com/articles/using-socket-io-with-node-js-on-heroku">New York Times Wire API</a> using <a href="http://nodejs.org">Node.js</a>, <a href="http://socket.io">Socket.IO</a> and a free <a href="http://heroko.com">Heroku</a> account. If you are curious try to <code>curl http://nytimestream.herokuapp.com/stream/</code> to see a simplistic view of the stream.</h2>
</hgroup>

<!-- the headlines -->
Expand Down
4 changes: 4 additions & 0 deletions public/style.css
Expand Up @@ -21,6 +21,10 @@ hgroup h2 a {
color: blue;
}

hgroup h2 code {
font-family: Courier;
}

section {
}

Expand Down

0 comments on commit 5ba8c7c

Please sign in to comment.