Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Jun 13, 2017
1 parent 2065bad commit f35759d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit f35759d

Please sign in to comment.