Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tkachukivan committed Aug 29, 2017
1 parent f2a7599 commit 7094468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can sign up for the API [here](https://developers.pdffiller.com/#tab-feature
## Installation

``` sh
npm i git://github.com/pdffiller/pdffiller-nodejs-api-client.git --save
npm i pdffiller-nodejs-api-client --save
```

## Quick getting started steps
Expand Down Expand Up @@ -181,7 +181,7 @@ PDFfiller.auth.authorize({
## Support
If you have any problems feel free to contact us:
* On our issues page https://github.com/pdffiller/pdffiller-nodejs-api-client/issues
* Via chat or phone at our tech site http://developers.pdffiller.com
* Via chat or phone at our tech site https://developers.pdffiller.com

## License
This software is licensed under the following MIT [license](https://github.com/pdffiller/pdffiller-nodejs-api-client/blob/master/LICENSE)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdffiller_nodejs_api_client",
"version": "1.0.0",
"name": "pdffiller-nodejs-api-client",
"version": "1.0.1",
"description": "PDFfiller API node.js client",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7094468

Please sign in to comment.