Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 31, 2012
1 parent dbc6ea8 commit 3fa5c1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions guide.html
Expand Up @@ -205,10 +205,7 @@
res.send(req.online + ' users online');
});

app.listen(3000);
</code></pre><p>Note that if you don't care about which users are online, you may exchange
the redis set for <strong>INCR</strong> calls to increment a number instead.
</p><pre class="js"><code>$ npm install -g express</code></pre></section></section><script>var _gaq = _gaq || [];
app.listen(3000);</code></pre></section></section><script>var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25235225-1']);
_gaq.push(['_trackPageview']);

Expand Down

0 comments on commit 3fa5c1a

Please sign in to comment.