Skip to content

Commit

Permalink
Documentation corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
yolk committed May 31, 2010
1 parent f4f8504 commit afd97e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ or

### User-Agent

mite-rb sets the User-Agent HTTP-header to 'mite-rb/0.2.5' by default. You can (and should) customize it to a more specific one:
mite-rb sets the User-Agent HTTP-header to 'mite-rb/0.3.0' by default. You can (and should) customize it to a more specific one:

Mite.user_agent = 'my-funky-mite-addon/1.2.3'
Mite.user_agent = 'my-mighty-mite-addon/1.2.3'

You can combine your custom string with the default one:

Mite.user_agent = "my-funky-mite-addon/1.2.3;#{Mite.user_agent}"
Mite.user_agent = "my-mighty-mite-addon/1.2.3;#{Mite.user_agent}"

### Validate connection

Expand Down

0 comments on commit afd97e6

Please sign in to comment.