diff options
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 3e55dfa..3a87468 100644 --- a/README.markdown +++ b/README.markdown @@ -50,7 +50,7 @@ To send a SMS you can do: // Cleanup $smpp->close(); unset($smpp); -``` php +``` To receive a SMS: |