# How-Do-I-Say

An elegant library to assist with the correct pronounciations of words.

## Installation
Using npm:

```
$ npm i -g how-do-i-say
$ npm i --save how-do-i-say
```

In Node.js:
```js
// Require the library
const howdoisay = require('how-do-i-say')

// View a word
console.log(howdoisay('hello'))
```
