plwalters / aurelia-bs-modal

DEPRECATED - Aurelia plugin for bootstrap modal
MIT License
17 stars 16 forks source link

Update README for loading plugin #4

Closed mlaccetti closed 9 years ago

mlaccetti commented 9 years ago
// Install the plugin
.plugin('aurelia-bs-modal');

should be

// Install the plugin
.plugin('pwkad/aurelia-bs-modal');
plwalters commented 9 years ago

This actually depends on how you jspm install it. I thought I had fixed that to jspm install aurelia-bs-modal but apparently I didn't. Will update that instead, thanks for the heads up.