Skip to content

Commit 16a71a8

Browse files
committed
Update README.md
1 parent a16d8bd commit 16a71a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ service.apps().fetch(function (err, apps) {
7474
});
7575
```
7676

77+
From v2.x, Splunk Enterprise SDK for JavaScript methods are updated to return Promises, which will enable users to utilize Async/await feature of JS.
78+
7779
Promise Approach:
7880
```javascript
7981
let appName = "<app-name>";

0 commit comments

Comments
 (0)