diff --git a/bin/init.js b/bin/init.js index ebb2ac3..40ba38c 100644 --- a/bin/init.js +++ b/bin/init.js @@ -93,6 +93,7 @@ export async function init() { break; } + console.log('\n🪐 Find your Neynar API key at: https://dev.neynar.com/app\n'); const neynarKeyAnswer = await inquirer.prompt([ { type: 'password', diff --git a/package.json b/package.json index 7672f0f..172339a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.4.2", + "version": "1.4.3", "type": "module", "private": false, "access": "public",