diff --git a/README.md b/README.md index d42be2044..118843062 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Polymer App Toolbox - Starter Kit -[![Build Status](https://travis-ci.org/PolymerElements/polymer-starter-kit.svg?branch=master)](https://travis-ci.org/PolymerElements/polymer-starter-kit) +[![Build Status](https://travis-ci.org/Polymer/polymer-starter-kit.svg?branch=master)](https://travis-ci.org/Polymer/polymer-starter-kit) This template is a starting point for building apps using a drawer-based layout. The layout is provided by `app-layout` elements. @@ -60,7 +60,7 @@ routing for the app: ### Build -The `polymer build` command builds your Polymer application for production, using build configuration options provided by the command line or in your project's `polymer.json` file. +The `polymer build` command builds your Polymer application for production, using build configuration options provided by the command line or in your project's `polymer.json` file. You can configure your `polymer.json` file to create multiple builds. This is necessary if you will be serving different builds optimized for different browsers. You can define your own named builds, or use presets. See the documentation on [building your project for production](https://www.polymer-project.org/2.0/toolbox/build-for-production) for more information.