@sinch/cli 0.1.0-dev.2118966407 → 0.1.0-dev.2130694121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,7 +48,8 @@ sinch auth login
|
|
|
48
48
|
sinch functions init
|
|
49
49
|
|
|
50
50
|
# Or specify a template directly
|
|
51
|
-
|
|
51
|
+
# package | function | command | template
|
|
52
|
+
sinch functions init simple-voice-ivr
|
|
52
53
|
```
|
|
53
54
|
|
|
54
55
|
### 3. Test locally
|