diff --git a/src/generators/ReactGenerator.js b/src/generators/ReactGenerator.js index b8fa5dbc..fe9deff3 100644 --- a/src/generators/ReactGenerator.js +++ b/src/generators/ReactGenerator.js @@ -50,7 +50,7 @@ export default class extends BaseGenerator { resource.title ); console.log( - "Paste the following definitions in your application configuration:" + "Paste the following definitions in your application configuration (`client/src/index.js` by default):" ); console.log( chalk.green(` diff --git a/src/generators/ReactNativeGenerator.js b/src/generators/ReactNativeGenerator.js index ab0da877..62bf4ae5 100644 --- a/src/generators/ReactNativeGenerator.js +++ b/src/generators/ReactNativeGenerator.js @@ -44,7 +44,7 @@ export default class extends BaseGenerator { resource.title ); console.log( - "Paste the following definitions in your application configuration:" + "Paste the following definitions in your application configuration (`client/src/index.js` by default):" ); console.log( chalk.green(`