diff --git a/README.md b/README.md index 22b651a..cece8c4 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ createLibrary({ namespace: String, /* (Windows only!) The namespace for the Windows module (Default: The package identifier as PascalCase, which is `Com.Reactlibrary`) */ githubAccount: String, /* The github account where the library is hosted (Default: `github_account`) */ authorName: String, /* The author's name (Default: `Your Name`) */ - authorEmail: String, /* The author's email (Default: `yourname@email.com`) */ + authorEmail: String, /* The author's email (Default: `yourname@email.com`) */ license: String, /* The license type of this library (Default: `Apache-2.0`) */ generateExample: Boolean, /* Will generate a RN example project and link the new library to it (Default: `false`) */ } diff --git a/command.js b/command.js index 934506e..28eb73c 100644 --- a/command.js +++ b/command.js @@ -73,19 +73,19 @@ ${emoji.get('arrow_right')} To get started type \`cd ./${name}\` and run \`npm }, { command: '--github-account [githubAccount]', description: 'The github account where the library is hosted (Default: `github_account`)', - default: 'github_account', + default: 'github_account', }, { command: '--author-name [authorName]', description: 'The author\'s name (Default: `Your Name`)', - default: 'Your Name', + default: 'Your Name', }, { command: '--author-email [authorEmail]', description: 'The author\'s email (Default: `yourname@email.com`)', - default: 'yourname@email.com', + default: 'yourname@email.com', }, { command: '--license [license]', description: 'The license type (Default: `Apache-2.0`)', - default: 'Apache-2.0', + default: 'Apache-2.0', }, { command: '--generate-example', description: 'Generates an example project for iOS and Android and links the library to it',