Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Tweaked Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amerine committed Jun 30, 2010
1 parent b064872 commit ec3b425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rdoc
Expand Up @@ -3,6 +3,7 @@
Rack Middleware to embed the Clicky (http://www.getclicky.com) tracking code.

== Usage
gem install rack_clicky
require 'rack_clicky'
use Rack::Clicky, '000000'
app = lambda { |env| [200, { 'Content-Type' => 'text/html' }, '<html><body><p>Awesome Body</p></body></html>'] }
Expand Down

0 comments on commit ec3b425

Please sign in to comment.