Skip to content

Commit

Permalink
Merge pull request #499 from MehdiRaash/patch-2
Browse files Browse the repository at this point in the history
Updating readme
  • Loading branch information
aomarks authored Jun 11, 2018
2 parents 144fe95 + f507b64 commit a2ea32b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ const PolymerProject = require('polymer-build').PolymerProject;

const project = new PolymerProject({
entrypoint: 'index.html',
shell: 'src/my-app.html',
shell: 'src/my-app.js',
fragments: [
'src/my-view1.html',
'src/my-view2.html',
'src/my-view3.html'
'src/my-view1.js',
'src/my-view2.js',
'src/my-view3.js'
]
});
```
Expand Down

0 comments on commit a2ea32b

Please sign in to comment.