From af0cfd958765e0f7c1de38aa7502b0ed2540b10b Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 3 Nov 2016 09:41:41 -0400 Subject: [PATCH] chore: update package.json and README.md to match repo description (#824) Repository description says "Flash OS images to SD cards & USB drives, safely and easily.", while `package.json` currently says "An image flasher with support for Windows, OS X and GNU/Linux.", and `README.md` contains "Flash OS images to SD cards & USB drives, safe & easy." See: https://github.com/resin-io/etcher/issues/797 Signed-off-by: Juan Cruz Viotti --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4942c5db..e8452154 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Etcher ====== -> Flash OS images to SD cards & USB drives, safe & easy. +> Flash OS images to SD cards & USB drives, safely and easily. Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects diff --git a/package.json b/package.json index 9c01e5cc..e57d27ef 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Etcher", "version": "1.0.0-beta.16", "main": "lib/start.js", - "description": "An image flasher with support for Windows, OS X and GNU/Linux.", + "description": "Flash OS images to SD cards & USB drives, safely and easily.", "homepage": "https://github.com/resin-io/etcher", "repository": { "type": "git",