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 30456e9 commit b8c6351Copy full SHA for b8c6351
README.md
@@ -37,7 +37,7 @@ After installing the package, you'll have to configure it with your API key whic
37
```javascript
38
// ES6+
39
import Patch from '@patch-technology/patch';
40
-const patch = Patch('key_test_1234');
+const patch = Patch.default('key_test_1234');
41
42
// ES5
43
var patch = require('@patch-technology/patch').default('key_test_1234');
0 commit comments