From f58d13d6cb507ae2a92c211654fdc2dc64499bf7 Mon Sep 17 00:00:00 2001 From: Mike Okner Date: Tue, 26 Aug 2014 12:39:48 -0500 Subject: [PATCH] Fixing typo in ruby README --- ruby/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/README.md b/ruby/README.md index eb8b678..578cf9c 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -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. @@ -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. \ No newline at end of file + limitations under the License.