diff --git a/README.md b/README.md index 9ac3f87..c6b08b4 100644 --- a/README.md +++ b/README.md @@ -124,15 +124,6 @@ app.get('/webhook', verifySignature, function(req, res) { ``` -Conversations Whatsapp Sandbox -------------- - -To use the whatsapp sandbox you need to add `"ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX"` to the list of features you want enabled. Don't forget to replace `` with your actual access key. - -```javascript -var messagebird = require('messagebird')("", null, ["ENABLE_CONVERSATIONSAPI_WHATSAPP_SANDBOX"]); -``` - Documentation -------------