From fc5b05ec3d73a43646e153031f448986c843f89d Mon Sep 17 00:00:00 2001 From: debiancc Date: Mon, 15 May 2017 15:41:30 +0800 Subject: [PATCH] Update readme --- index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.js b/index.js index a9bb4ec..b46a075 100644 --- a/index.js +++ b/index.js @@ -70,10 +70,4 @@ class BosonNLP { } } -//module.exports = BosonNLP; - - -const jkk = new BosonNLP({apiToken: 'pRegvj6k.11916.Rk-cDDC0E3Z4'}); -jkk.tag('今天天气不错').then(console.log).catch(console.error) - - +module.exports = BosonNLP; \ No newline at end of file