Skip to content

Commit

Permalink
fix readme again because im careless
Browse files Browse the repository at this point in the history
  • Loading branch information
mistval committed Nov 15, 2017
1 parent e134adc commit 370161e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This module encapsulates the official Jisho.org API and also provides kanji and
This returns the same results as the official Jisho API. See the discussion of that here: http://jisho.org/forum/54fefc1f6e73340b1f160000-is-there-any-kind-of-search-api

```js
const jishoApi = new require('./index.js');
const jishoApi = new require('unofficial-jisho-api');
const jisho = new jishoApi();

jisho.searchForPhrase('').then(result => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unofficial-jisho-api",
"version": "1.0.1",
"version": "1.0.2",
"description": "Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 370161e

Please sign in to comment.