diff --git a/README.md b/README.md index d69231f5539ef8f08e5ad872ba7f24c8e0f2b477..1b7659c4400480f8c44c8413e7f22565a612d0f1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This ensures that the cron job is configured when the Docker container is built. The cron job executes a shell script (callApi.sh) which triggers the following Node.js code to make a POST request to the specified API endpoint. -```bash +```javascript process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; const axios = require('axios');