Skip to content

Commit 4ae3298

Browse files
committed
update readme and upgrade dependencies
1 parent 52a0d5d commit 4ae3298

File tree

3 files changed

+931
-112
lines changed

3 files changed

+931
-112
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ For a complete API reference, check out [Patch's API Reference.](https://docs.us
1111

1212
### NPM
1313
```shell
14-
npm install patch-node --save
14+
npm install @patch-technology/patch --save
1515
```
1616

1717
### Yarn
1818
```shell
19-
yarn add patch-node
19+
yarn add @patch-technology/patch
2020
```
2121

2222
### Requirements
@@ -29,11 +29,11 @@ yarn add patch-node
2929
After installing the package, you'll have to configure it with your API key which is available from the API key page in the Patch dashboard:
3030
```javascript
3131
// ES6+
32-
import Patch from 'patch-node'
32+
import Patch from '@patch-technology/patch'
3333
const patch = Patch('key_test_1234')
3434

3535
// ES5
36-
var patch = require('patch-node')('key_test_1234')
36+
var patch = require('@patch-technology/patch')('key_test_1234')
3737
```
3838

3939
### Orders

0 commit comments

Comments
 (0)