Skip to content

Commit 1ee4d0c

Browse files
committed
Release 5.7.3
1 parent 99890cb commit 1ee4d0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm install --save smooch
5050
Require and init
5151

5252
```javascript
53-
var Smooch = require('smooch');
53+
import Smooch from 'smooch';
5454

5555
Smooch.init({ integrationId: '<integration-id>' }).then(function () {
5656
// Your code after init is complete
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)