We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b96bb commit 83a0462Copy full SHA for 83a0462
README.md
@@ -1,12 +1,18 @@
1
# SMS Segment Calculator
2
3
-This repo contains a package for an SMS segments calculator. The package is released as nodeJS package as well as browser script.
+This repo contains a package for an SMS segments calculator. The package is released as a nodeJS package as well as a browser script.
4
A browser demo for this package can be accessed [here](https://twiliodeved.github.io/message-segment-calculator/)
5
6
## Usage
7
8
### nodeJS
9
10
+The package can be installed using:
11
+
12
+```shell
13
+npm install --save sms-segments-calculator
14
+```
15
16
Sample usage:
17
18
```javascript
0 commit comments