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 45973af commit d656d79Copy full SHA for d656d79
README.MD
@@ -18,7 +18,7 @@ npm install sightengine --save
18
19
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
20
```javascript
21
-var sightengine = require('sightengine')('YOUR_API_USER', 'YOUR_API_SECRET');
+var sightengine = require('sightengine')('{api_user}', '{api_secret}');
22
```
23
24
# Using Promises
0 commit comments