Skip to content

Commit d3045a9

Browse files
authored
Fix readme example
1 parent 06b0e73 commit d3045a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ numbers.Site.get(id, function(err,site){
708708
```Javascript
709709
var subscription = {
710710
orderType:"orders",
711-
callbackSubcription: {
712-
url:"http://mycallbackurl.com",
711+
callbackSubscription: {
712+
URL:"http://mycallbackurl.com",
713713
user:"userid",
714714
expiry: 12000
715715
}

0 commit comments

Comments
 (0)