diff --git a/src/mixins/GlancesMixin.js b/src/mixins/GlancesMixin.js index 09e0761d..94c43628 100644 --- a/src/mixins/GlancesMixin.js +++ b/src/mixins/GlancesMixin.js @@ -6,7 +6,7 @@ export default { if (!this.options.hostname) this.error('You must specify a \'hostname\' for Glances'); return this.options.hostname; }, - /* Optionally specify the API version, defaults to V 3 */ + /* Optionally specify the API version, defaults to V 4 */ apiVersion() { return this.options.apiVersion || 4; },