summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAddy Osmani <addyosmani@gmail.com>2014-10-17 12:10:30 +0100
committerAddy Osmani <addyosmani@gmail.com>2014-10-17 12:10:30 +0100
commitc4edaa75d05f23ae1bed7110fd3b9d5d26e828e5 (patch)
tree8353a779ae41875da9d1f334381b6a59d5e008fd
parent92b4bd641097536c206968be1c8d0a6551f95c36 (diff)
Link to stable & bleeding-edge releases1.0.0
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 175a84105bfd..2f4edb9d41a1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Material Design Icons
-Material Design Icons are the official open-source icons featured in the Google [Material Design](http://www.google.com/design/spec) specification.
+Material Design Icons are the official open-source icons featured in the Google [Material Design](http://www.google.com/design/spec) specification.
## What's included?
@@ -17,7 +17,7 @@ You have a few options for getting the icon set.
### Download the Zip
-Grab the latest [zip archive](https://github.com/google/material-design-icons/archive/master.zip) of all icons.
+Grab the latest stable [zip archive](https://github.com/google/material-design-icons/releases/download/v1.0.0/material-design-icons-1.0.0.zip) of all icons or the bleeding-edge version in [master](https://github.com/google/material-design-icons/archive/master.zip).
### Bower
@@ -85,7 +85,7 @@ Don't forget to publish the corresponding CSS and SVG/PNG files when deploying y
#### Using SVG Sprites
-Similarly, to use an SVG spritesheet, reference the stylesheet for the icon category, then include the icon definition in your markup.
+Similarly, to use an SVG spritesheet, reference the stylesheet for the icon category, then include the icon definition in your markup.
E.g: to use one of the play icons in `svg-sprite-av`, reference the stylesheet:
@@ -116,4 +116,4 @@ Finally, set the dimension and specific icon `svg-ic_play_circle_outline_24px`,
## Licence
-All icons are released under an [Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license.
+All icons are released under an [Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license.