Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Readme fixes #45

Open
igbopie opened this issue Jun 7, 2018 · 0 comments
Open

Readme fixes #45

igbopie opened this issue Jun 7, 2018 · 0 comments

Comments

@igbopie
Copy link

igbopie commented Jun 7, 2018

// path/to/app/ember-cli-build.js
const app = new EmberApp(defaults, {
  options: {
    eyeglass: { /* configuration */ }
  }
});

should be:

// path/to/app/ember-cli-build.js
const app = new EmberApp(defaults, {
   eyeglass: { /* configuration */ }
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant