diff --git a/README.md b/README.md
index 46fadca0..70e4e5e3 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# Super Tiny Social Icons
-Under 1KB each! Super Tiny Social Icons are minuscule SVG versions of your favourite logos. The average size is *under* 500 bytes!
+Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourite logos. The average size is *under* 500 bytes!
-The logos are 400x400 & have a 512x512 viewbox. They will scale up and down to suit your needs.
+The logos have a 512x512 viewbox, they will fit in a circle with radius 256. They will scale up and down to suit your needs.
+
+You can [play around with the corner radius size using our interactive tool](https://edent.github.io/SuperTinySocialIcons/radius.html)
Originally created for my contact page - [https://edent.tel/](https://edent.tel/)
-**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://github.com/inloop/svg2android/issues - not guaranteed to be under 1KB.
-
## How Small?
| 720 Bytes SVG | 21,263 Bytes PNG | 397 Bytes SVG | 20,225 Bytes PNG | 211 Bytes SVG | 11,837 Bytes PNG |
@@ -98,7 +98,7 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
912 Bytes
-
+
918 Bytes
@@ -106,8 +106,6 @@ Originally created for my contact page - [https://edent.tel/](https://edent.tel/
-You can [play around with the corner radius size using our interactive tool](https://edent.github.io/SuperTinySocialIcons/radius.html)
-
## Why so smallious?
Bytes cost money. They cost money to store, transport, and process. Simplicity should be our goal in all endeavours.
@@ -127,6 +125,9 @@ Think you can make them smaller? Tell me by raising an issue!
Want more icons? Tell me by raising an issue!
+**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://github.com/inloop/svg2android/issues - not guaranteed to be under 1KB.
+
+
## Licenses
The majority of these vector logos are based on someone else's work.
@@ -154,6 +155,9 @@ The majority of these vector logos are based on someone else's work.
* [Yahoo!](https://commons.wikimedia.org/wiki/File:Yahoo!_logo.svg)
* [BitCoin](https://commons.wikimedia.org/wiki/File:Bitcoin_logo.svg) - CC0
* [Bluetooth](https://commons.wikimedia.org/wiki/File:Bluetooth.svg)
-* [IBM](https://github.com/gilbarbara/logos/) - CC0
+
+From [SVGporn](https://github.com/gilbarbara/logos/) - CC0
+* IBM
+* Yammer
Where possible, they retain their original licenses. Some logos may be subject to copyright and trademark laws, but these files are small enough to memorise.
diff --git a/javascript.js b/javascript.js
index 6db40f67..09fa63a2 100644
--- a/javascript.js
+++ b/javascript.js
@@ -9,7 +9,7 @@ var items = [
'line', 'lastpass', 'windows', 'digidentity', 'ubuntu', 'bitbucket',
'apple', 'npm', 'docker', 'symantec', 'yubico', 'keybase',
'ebay', 'evernote', 'kickstarter', 'yahoo', 'bitcoin', 'bluetooth',
- 'ibm'
+ 'ibm', 'yammer'
];
var container = document.querySelector('.icons');
diff --git a/tiny/yammer.svg b/tiny/yammer.svg
new file mode 100644
index 00000000..5257e5ad
--- /dev/null
+++ b/tiny/yammer.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file