Skip to content

Commit c9675bb

Browse files
committed
update readme to match
1 parent 1f0efe9 commit c9675bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ interface Options {
4444
compiler?: EmberTemplateCompiler;
4545

4646
// The on-disk path to the ember-template-compiler.js module for our current
47-
// ember version. You need to either set `compilerPath` or set `compiler`.
47+
// ember version. You may set `compilerPath` or set `compiler`.
4848
// This will get resolved from the current working directory, so a package name
49-
// like "ember-source/dist/ember-template-compiler" is acceptable.
49+
// like "ember-source/dist/ember-template-compiler" (the default value) is acceptable.
5050
compilerPath?: string;
5151

5252
// Allows you to remap what imports will be emitted in our compiled output. By

0 commit comments

Comments
 (0)