genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

Change readme to reflect new ember-cli addon syntax #25

Closed alkamin closed 9 years ago

alkamin commented 9 years ago

ember-cli has changed the addon install command from ember install:addon <addon name> to ember install <addon name>. This just changes the readme to show that.

frederikbosch commented 9 years ago

@alkamin Thank you for the contribution!