From f35759d9e04f6ff3b62607b8d2ec5c121fe3d5f0 Mon Sep 17 00:00:00 2001 From: Burak Ozdemir Date: Tue, 13 Jun 2017 18:33:13 +0300 Subject: [PATCH] Updated README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 72763a7..7bdeaf7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ Morse code encoder and decoder with no dependencies supports Latin, Cyrilic, Greek, Hebrew, Arabic, Persian, Japanese, and Korean characters with audio generation functionality. +## Install +```bash +$ npm install morsify --save +``` + +## Usage + ```js var morsify = require('morsify');