diff --git a/generators/app/index.js b/generators/app/index.js index 74441cd5..79b3e90b 100644 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -75,8 +75,7 @@ module.exports = class extends Generator { { type: 'confirm', name: 'appInstalled', - message: - 'Would you like a sample application installed? \nNOTE: First time users may benefit from a full sample application as a living example of Solid development:', + message: 'Solid React Generator can install an example application illustrating how to interact with Solid, or a basic application framework. Do you want to install the example application?', }, { type: 'input', diff --git a/package.json b/package.json index d8ddb2eb..21f2d9c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inrupt/generator-solid-react", - "version": "0.6.1", + "version": "0.6.1-rc.0", "description": "Solid React Application Generator", "homepage": "https://solid.inrupt.com/docs", "contributors": [