Skip to content

Commit

Permalink
add an installation note to the readme, as it isn't an npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 23, 2017
1 parent 2badf36 commit 1866ffe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

get the japanese audio urls for a word from jisho.org

## installation

this isn't on `npmjs.com`, so if you want to install it you'll need to do this:

```
$ npm i -g https://github.com/chee/ja
```

## librarial interface
```js
const ja = require('ja')
Expand Down

0 comments on commit 1866ffe

Please sign in to comment.