Skip to content

Commit

Permalink
Corrected the sample code
Browse files Browse the repository at this point in the history
futomi committed Jan 26, 2020
1 parent 3587fb2 commit 0f1d982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ The code above will output the result as follows:
This module supports multi-byte characters. The code below, the text is Japanese "こんにちわ" which means "Hello":

```javascript
const pdu_list = smsPdu.generateSubmit('09012345678, 'こんにちわ');
const pdu_list = smsPdu.generateSubmit('09012345678', 'こんにちわ');
console.log(pdu_list);
```

0 comments on commit 0f1d982

Please sign in to comment.