Skip to content

Commit

Permalink
Merge pull request #500 from MehdiRaash/patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aomarks authored Jun 11, 2018
2 parents a0cecdc + cb022a5 commit 144fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mergeStream(project.sources(), project.dependencies())
.pipe(gulp.dest('build/'));
```

The bundler() method accepts an options object to configure bundling. See [Using polymer-bundler programmatically](https://github.com/polymer/polymer-bundler#using-polymer-bundler-programmatically) for a detailed list of accepted options.
The bundler() method accepts an options object to configure bundling. See [Using polymer-bundler programmatically](https://github.com/Polymer/tools/tree/master/packages/bundler#using-polymer-bundler-programmatically) for a detailed list of accepted options.

```js
const {generateCountingSharedBundleUrlMapper,
Expand Down

0 comments on commit 144fe95

Please sign in to comment.