Skip to content

Commit

Permalink
+ try <tt>
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Sep 29, 2010
1 parent 4deb05d commit 73d619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/README.rdoc
Expand Up @@ -4,7 +4,7 @@

1. Define a client instance, and save it (as an example) in a constant:

+FullSearch = Picky::Client::Full.new :host => 'some_host', :port => 1234, :path => '/path/to/search'+
<tt>FullSearch = Picky::Client::Full.new :host => 'some_host', :port => 1234, :path => '/path/to/search'</tt>

2. Use it in your controllers to search:

Expand Down

0 comments on commit 73d619a

Please sign in to comment.