Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Schoblaska committed Feb 18, 2013
1 parent 36ed2d3 commit 5f1e45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -187,7 +187,7 @@ Urbanairship.segment("abcd-efgh-ijkl") # =>
### Modifying a segment ###
Note that you must provide both the display name and criteria when updating a segment, even if you are only changing one or the other.
``` ruby
Urbanairship.update_segment({
Urbanairship.update_segment('abcd-efgh-ijkl', {
:display_name => 'segment1',
:criteria => {:and => [{:tag => 'asdf'}]}
}) # => {}
Expand Down

0 comments on commit 5f1e45f

Please sign in to comment.