From c729e602ca987b67b8533aa5ed79a8a9c4510fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdo=CC=81n=20Rodri=CC=81guez=20Davila?= Date: Thu, 15 Feb 2018 18:44:14 +0100 Subject: [PATCH] Organization update: PolymerElements > Polymer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.