diff --git a/examples/custom-axios/app.js b/examples/custom-axios/app.js index c6a0b6b..8f489fc 100644 --- a/examples/custom-axios/app.js +++ b/examples/custom-axios/app.js @@ -1,5 +1,5 @@ const axios = require("axios"); -const HightouchEvents = require('@hightouchio/events-sdk-node'); // use version 2.x.x +const HightouchEvents = require('@hightouchio/events-sdk-node'); require('dotenv').config({ path: '../../.env' }); const writeKey = process.env.WRITE_KEY;