Skip to content

Commit

Permalink
Fixing typo in ruby README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeokner committed Aug 26, 2014
1 parent 8fe3946 commit f58d13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/README.md
Expand Up @@ -44,7 +44,7 @@ $statsd = Statsd.new 'localhost', 8125
Or, to only use UDP, set the aggregation period to 0 and specify the `'udp'` parameter like so:

```ruby
$statsd = Statsd.new 'localhost' 8125 0 'udp'
$statsd = Statsd.new 'localhost', 8125, 0, 'udp'
```

The client object in this example is a global for convenience, but this is not a requirement.
Expand Down Expand Up @@ -157,4 +157,4 @@ Statsd.logger.level = Logger::DEBUG
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit f58d13d

Please sign in to comment.