From e43a0c9c54b89acc7cf3871022e78a617d787107 Mon Sep 17 00:00:00 2001 From: Livio Brunner Date: Mon, 7 May 2018 20:38:42 +0200 Subject: [PATCH] Rename clippy-native to clippy-say --- README.md | 12 ++++++------ package.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 94c049e..e3fe89f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clippy-native +# clippy-say Bring back Clippy and his friends to your operating system of choice. @@ -6,24 +6,24 @@ Bring back Clippy and his friends to your operating system of choice. ## Install -You need to install [NodeJS 8.x.x](https://nodejs.org/en/), in order to install `clippy-native` using the node package manager ([npm](https://docs.npmjs.com/getting-started/what-is-npm)). +You need to install [NodeJS 8.x.x](https://nodejs.org/en/), in order to install `clippy-say` using the node package manager ([npm](https://docs.npmjs.com/getting-started/what-is-npm)). ```bash npm install -g electron --unsafe-perm=true --allow-root -npm install -g clippy-native +npm install -g clippy-say ``` ## Usage -After the [installation](#install), `clippy-native` can be used as described. +After the [installation](#install), `clippy-say` can be used as described. ```bash # Run clippy -clippy-native +clippy-say # Run Merlin and let him speak "Hello World" # Possible characters: "Clippy", "Merlin", "Rover" and "Links" -clippy-native Merlin --speak "Hello World" +clippy-say Merlin --speak "Hello World" ``` diff --git a/package.json b/package.json index 05341f7..889b85b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "clippy-native", - "version": "0.0.4", + "name": "clippy-say", + "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "start": "node cli.js" }, "bin": { - "clippy-native": "./cli.js" + "clippy-say": "./cli.js" }, "author": "", "license": "ISC",