From 46c7fd2767176ca69f30aeefe30cf694b8c6d49a Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 31 Mar 2018 21:39:06 +0430 Subject: [PATCH] fix: default ready message --- lib/core/nuxt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/nuxt.js b/lib/core/nuxt.js index eee0cbd7c6..e0b4c1ab0e 100644 --- a/lib/core/nuxt.js +++ b/lib/core/nuxt.js @@ -21,7 +21,7 @@ export default class Nuxt { constructor(options = {}) { this.options = Options.from(options) - this.readyMessage = 'Nuxt is ready!' + this.readyMessage = 'Ready' this.initialized = false // Hooks