Skip to content

Commit

Permalink
chore: update meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-xiao-jian committed Dec 17, 2017
1 parent 0d58cb0 commit 8f9a42a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echarts imperative programming bridge in MV* frontend framework.

## API
```javascript
import { Bridge } from '@bornkiller/echarts-bridge';
import { Bridge } from 'echarts-bridge';

/**
* @description - echarts bridge instance
Expand Down Expand Up @@ -47,5 +47,5 @@ instance.setOption({}).on('click', () => {}).connect(elem);
## 关联项目
目前关联项目为基于`angularjs`的封装: [echarts-ng](https://github.com/bornkiller/echarts-ng)

## contact
## Contact
hjj491229492@hotmail.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@bornkiller/echarts-bridge",
"name": "echarts-bridge",
"version": "0.5.0",
"description": "echarts imperative programming bridge in MV* frontend framework.",
"main": "dist/bridge.bundle.js",
Expand Down

0 comments on commit 8f9a42a

Please sign in to comment.