From 370161e03c6d86c339a34d74c97c617c87f193e2 Mon Sep 17 00:00:00 2001 From: mistval Date: Wed, 15 Nov 2017 06:25:25 -0600 Subject: [PATCH] fix readme again because im careless --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96f382c..52a8e6b 100644 --- a/README.md +++ b/README.md @@ -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 => { diff --git a/package.json b/package.json index 97b7e4f..b09d0b6 100644 --- a/package.json +++ b/package.json @@ -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": {