fix: typo in README.md (#439)

This commit is contained in:
carlfarrington
2020-05-02 00:53:25 +01:00
committed by GitHub
parent 802a3d71e2
commit e207af36fc

View File

@ -127,7 +127,7 @@ require.config({
paths: {
'vue': 'path/to/vue',
'echarts': 'path/to/echarts',
'vue-echarts': 'path/to/vue-ehcarts'
'vue-echarts': 'path/to/vue-echarts'
}
})