From 5ba8c7c17842f999372f64ad0e5363fa37d8ead4 Mon Sep 17 00:00:00 2001 From: Ed Summers Date: Wed, 21 Dec 2011 01:56:38 -0500 Subject: [PATCH] more doc --- public/index.html | 2 +- public/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 5fa0cb7..58be105 100644 --- a/public/index.html +++ b/public/index.html @@ -58,7 +58,7 @@

nytimestream

-

A stream based view of the New York Times Wire API using Node.js, Socket.IO and a free Heroku account. If you are curious try to curl http://nytimestream.herokuapp.com to see a simplistic view of the stream.

+

A stream based view of the New York Times Wire API using Node.js, Socket.IO and a free Heroku account. If you are curious try to curl http://nytimestream.herokuapp.com/stream/ to see a simplistic view of the stream.

diff --git a/public/style.css b/public/style.css index 070b793..bca29b4 100644 --- a/public/style.css +++ b/public/style.css @@ -21,6 +21,10 @@ hgroup h2 a { color: blue; } +hgroup h2 code { + font-family: Courier; +} + section { }