Skip to content

Commit

Permalink
update README to make it clearer that this package can also be used i…
Browse files Browse the repository at this point in the history
…n-browser directly
  • Loading branch information
Connum committed Mar 20, 2019
1 parent 6881f43 commit 6614733
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NPM pinyin2ipa
# pinyin2ipa

[![dependencies Status](https://david-dm.org/Connum/npm-pinyin2ipa/status.svg)](https://david-dm.org/Connum/npm-pinyin2ipa) [![devDependencies Status](https://david-dm.org/Connum/npm-pinyin2ipa/dev-status.svg)](https://david-dm.org/Connum/npm-pinyin2ipa?type=dev) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Expand All @@ -8,6 +8,8 @@ Converts Mandarin Chinese Pinyin notation to IPA (International Phonetic Alphabe
# Installation
`npm install pinyin2ipa`

or use the files in `/dist` or from the [releases](https://github.com/Connum/npm-pinyin2ipa/releases) for direct in-browser usage.

# Usage and examples
```js
const pinyin2ipa = require('pinyin2ipa').default
Expand Down

0 comments on commit 6614733

Please sign in to comment.