From dc2ae4b96cca00a30d6c92758b94b9c610c041d2 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sun, 16 Aug 2015 14:36:34 -0700 Subject: [PATCH] update the readme for the material design package --- sky/packages/material_design_icons/README.md | 15 +++++++++++++++ sky/packages/material_design_icons/pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/sky/packages/material_design_icons/README.md b/sky/packages/material_design_icons/README.md index c582b93246b..84053f747f7 100644 --- a/sky/packages/material_design_icons/README.md +++ b/sky/packages/material_design_icons/README.md @@ -4,6 +4,21 @@ Material Design Icons A set of icons designed under the [material design guidelines](http://www.google.com/design/spec). +What do they look like? +---------------------- + +You can view all the icons online at +[www.google.com/design/icons](https://www.google.com/design/icons/). + +Website +-------- + +The source for the icons can be found in the +[material-design-icons](https://github.com/google/material-design-icons) repo. +This Pub package mirrors the icons; the source for the package can be found in the +[sky_engine](https://github.com/domokit/sky_engine) repo in the +`sky/packages/material_design_icons` directory. + License ------- diff --git a/sky/packages/material_design_icons/pubspec.yaml b/sky/packages/material_design_icons/pubspec.yaml index a32c6b90a54..89681db33aa 100644 --- a/sky/packages/material_design_icons/pubspec.yaml +++ b/sky/packages/material_design_icons/pubspec.yaml @@ -2,4 +2,4 @@ name: material_design_icons version: 0.0.2 author: Chromium Authors description: Material Design Icons -homepage: https://github.com/google/material-design-icons +homepage: https://github.com/domokit/sky_engine