Skip to content

Commit

Permalink
derp, only old apple phones use softbank
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed May 13, 2013
1 parent ac6a81c commit 3b94183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ you want to convert it to HTML for viewing on PCs, Android phones, older Macs, e

$data = emoji_docomo_to_unified($data); # DoCoMo devices
$data = emoji_kddi_to_unified($data); # KDDI & Au devices
$data = emoji_softbank_to_unified($data); # Softbank & (iPhone) Apple devices
$data = emoji_softbank_to_unified($data); # Softbank & pre-iOS6 Apple devices
$data = emoji_google_to_unified($data); # Google Android devices


Expand All @@ -35,7 +35,7 @@ you want to convert it to HTML for viewing on PCs, Android phones, older Macs, e

$data = emoji_unified_docomo($data); # DoCoMo devices
$data = emoji_unified_kddi($data); # KDDI & Au devices
$data = emoji_unified_softbank($data); # Softbank & (iPhone) Apple devices
$data = emoji_unified_softbank($data); # Softbank & pre-iOS6 Apple devices
$data = emoji_unified_google($data); # Google Android devices


Expand Down

0 comments on commit 3b94183

Please sign in to comment.