Skip to content

Commit

Permalink
comment for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStefan committed Aug 31, 2023
1 parent cb8fe5f commit 0553c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom-axios/app.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 0553c80

Please sign in to comment.