diff --git a/forward-message-sendgrid/README.md b/forward-message-sendgrid/README.md index 100a4b61..27a1c774 100644 --- a/forward-message-sendgrid/README.md +++ b/forward-message-sendgrid/README.md @@ -1,9 +1,4 @@ -###Attention - -With the release of Node v18, the Node.js ecosystem is migrating over from the old CommonJS (CJS) standard to the newer, ES Modules (ESM) standard. Using ESM modules in CJS code is not possible. You can read about the differences in far more detail in this [blog Post.](https://redfin.engineering/node-modules-at-war-why-commonjs-and-es-modules-cant-get-along-9617135eeca1). The following snippets may causes errors. - - # Forward SMS message as an email (SendGrid) The SendGrid Function will forward incoming SMS messages to an email address using the [SendGrid API](https://sendgrid.com/).