Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoury committed Apr 22, 2009
1 parent ccb36cf commit 89855d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -133,11 +133,11 @@ Tracing can be enabled in different ways, depending on the API feature you're us

<b>Anonymous (this will be improved later):</b>

ANONYMOUS_API.trace_level = "<i>trace-level</i>"
ANONYMOUS_API.trace_level = "trace-level"

<b>Seamless authenticated</b>

authenticated :trace => "<i>trace-level</i>" do |g|; ...; end
authenticated :trace => "trace-level" do |g|; ...; end

<b>Explicitly authenticated</b>

Expand Down

0 comments on commit 89855d0

Please sign in to comment.