Skip to content

Commit 3cce790

Browse files
authored
Merge pull request #1 from phaxio/cleanup
Cleanup
2 parents 9039a0a + 90de157 commit 3cce790

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ It is suggested that you ONLY use this library with Node.js 8 or higher.
44
## Installation
55

66
```bash
7+
# Stable Version:
8+
npm install --save phaxio-official
9+
10+
# Development Version:
711
npm install --save https://github.com/phaxio/phaxio-node
812
```
913

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaxio-official",
3-
"version": "0.1.0",
4-
"description": "The official Node.JS library for the Phaxio API v2.1.0. https://phaxio.com",
3+
"version": "1.0.0",
4+
"description": "The official Node.JS library for Phaxio API v2.1.0. https://phaxio.com",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha --exit --recursive --no-colors"

0 commit comments

Comments
 (0)