diff --git a/plugins/digico/info.html b/plugins/digico/info.html
index e69de29..9d0f401 100644
--- a/plugins/digico/info.html
+++ b/plugins/digico/info.html
@@ -0,0 +1,17 @@
+Cue View emulates to be the DiGiCo SD iPad app.
+
+ - On the SD console open Master Screen → Setup → External Control
+ - Enable External Control by pressing the button at the top of the panel
+ - Press the add device button and select DiGiCo Pad
+ - Enter a Device Name for Cue View and then enter the IP Address of this computer
+ - Enter Send and Receive Port numbers
+
+ - Cue View Port = DiGiCo Receive
+ - Cue View Local = DiGiCo Send
+
+ - Tick the Enable column for this device
+ -
+ Press the Load button in the bottom right corner of the panel and select the commands button for the
+ relevant console
+
+
diff --git a/plugins/digico/main.js b/plugins/digico/main.js
index b745ad9..c541510 100644
--- a/plugins/digico/main.js
+++ b/plugins/digico/main.js
@@ -3,7 +3,7 @@ const fs = require('fs');
const path = require('path');
exports.config = {
- defaultName: 'DiGiCo',
+ defaultName: 'DiGiCo SD',
connectionType: 'osc-udp',
remotePort: 8000,
localPort: 8001,