Skip to content

Commit 83a0462

Browse files
author
Giuseppe Verni
committed
Add npm package info
1 parent f2b96bb commit 83a0462

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# SMS Segment Calculator
22

3-
This repo contains a package for an SMS segments calculator. The package is released as nodeJS package as well as browser script.
3+
This repo contains a package for an SMS segments calculator. The package is released as a nodeJS package as well as a browser script.
44
A browser demo for this package can be accessed [here](https://twiliodeved.github.io/message-segment-calculator/)
55

66
## Usage
77

88
### nodeJS
99

10+
The package can be installed using:
11+
12+
```shell
13+
npm install --save sms-segments-calculator
14+
```
15+
1016
Sample usage:
1117

1218
```javascript

0 commit comments

Comments
 (0)