From 3539b5f5df871b935cc39c753e53efeebc57173b Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Wed, 28 Nov 2018 23:46:12 -0500 Subject: [PATCH] Change branding to Mhysa (capitalized) --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aad0b12..1d72496 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mhysa +# Mhysa **Streams and event emitter utils for Node.js** @@ -10,7 +10,7 @@ yarn add mhysa ## Basic Usage -The following snippet demonstrates most of mhysa's current features without much explanation. More +The following snippet demonstrates most of Mhysa's current features without much explanation. More will come! ```js diff --git a/package.json b/package.json index 3173cd8..3918c52 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dist" ], "repository": { - "url": "git@github.com:Wenzil/mhysa.git", + "url": "git@github.com:Wenzil/Mhysa.git", "type": "git" }, "scripts": {