Skip to content

Commit d656d79

Browse files
author
Grandiere Antoine
authored
Update README.MD
1 parent 45973af commit d656d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install sightengine --save
1818

1919
You will need your API USER and API SECRET to initialize the client. You can find both of them on your Sightengine account.
2020
```javascript
21-
var sightengine = require('sightengine')('YOUR_API_USER', 'YOUR_API_SECRET');
21+
var sightengine = require('sightengine')('{api_user}', '{api_secret}');
2222
```
2323

2424
# Using Promises

0 commit comments

Comments
 (0)