Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paopay committed Oct 28, 2016
1 parent dc96d1e commit a7079c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -421,7 +421,7 @@ class DeliverViaSMSC
[999, mt_message]
end

self.perform(smsc_id, mt_message)
def self.perform(smsc_id, mt_message)
heavy_lifting
end
end
Expand All @@ -441,7 +441,7 @@ class DeliverViaSMSC
[999, mt_message + exception.message]
end

self.perform(smsc_id, mt_message)
def self.perform(smsc_id, mt_message)
heavy_lifting
end
end
Expand All @@ -468,7 +468,7 @@ class DeliverSMS
"#{mobile_number}:#{mt_id}"
end

self.perform(mt_id, mobile_number, message)
def self.perform(mt_id, mobile_number, message)
heavy_lifting
end
end
Expand Down

0 comments on commit a7079c2

Please sign in to comment.