Skip to content

Commit

Permalink
feat/master: README indentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hubtwork committed Apr 15, 2021
1 parent f141dc9 commit 3710f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ var smsService = new ncpclient.SMS(
~~~javascript
// type your SMS send parameter ( countryCode is optional )
const sendSMSparam = {
to: 'recipient phoneNumber',
content: 'message to send',
countryCode: '82'
to: 'recipient phoneNumber',
content: 'message to send',
countryCode: '82'
}

async function sendMessage() {
Expand Down

0 comments on commit 3710f6b

Please sign in to comment.