diff --git a/README.MD b/README.MD index d368296..39acec5 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,5 @@ +一个调用网易云音乐API的node模块 +![](http://binaryify.github.io/images/api.jpg) # start ``` npm install diff --git a/test.js b/test.js index 9cb21b0..74635ea 100644 --- a/test.js +++ b/test.js @@ -1,4 +1,4 @@ -import api from './app.js' +import {api }from './app.js' api.search("远方") api.song('5243023') api.lrc('5243023') \ No newline at end of file