diff --git a/docs/en/integrations.md b/docs/en/integrations.md index 681402b..50d2455 100644 --- a/docs/en/integrations.md +++ b/docs/en/integrations.md @@ -17,7 +17,7 @@ Event data is available as environment variables in scripts (prefixed with DISPA ??? example "Example Script (click to see)" ```python - #!/usr/bin/env python3 + #!/dispatcharrpy/bin/python import requests import json @@ -59,4 +59,4 @@ Event data is available as environment variables in scripts (prefixed with DISPA ``` ## Logs -Triggered connections, their responses, and any errors will be logged here \ No newline at end of file +Triggered connections, their responses, and any errors will be logged here diff --git a/docs/es/integrations.md b/docs/es/integrations.md index 873c006..fe9780a 100644 --- a/docs/es/integrations.md +++ b/docs/es/integrations.md @@ -17,7 +17,7 @@ Los datos del evento están disponibles como variables de entorno en scripts (co ??? example "Ejemplo Script (clic para ver)" ```python - #!/usr/bin/env python3 + #!/dispatcharrpy/bin/python import requests import json