Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

Correct path to gourmet theme in README.md #48

Closed aminimalanimal closed 6 years ago

aminimalanimal commented 6 years ago

In the Themes section of the documentation:

// in your main.js import 'eagle.js/dist/themes/gourmet.css'

The import line above should be:

import 'eagle.js/dist/themes/gourmet/gourmet.css'

yaodingyd commented 6 years ago

Thanks!