GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

minor update to README #8

Closed mg1075 closed 9 years ago

mg1075 commented 9 years ago

angular.module('MyModule, ['amChartsDirective'])

needs to be

angular.module('MyModule', ['amChartsDirective'])

(missing apostrophe)

GrantMStevens commented 9 years ago

Updated Readme to reflect this change