From f30051c119a4850a0761a7aa76723206a4cea010 Mon Sep 17 00:00:00 2001 From: Stewart Lord Date: Mon, 12 Dec 2016 23:24:20 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95523cd..979fbbd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ identicon.js ============ -GitHub-style identicons in JS with no server-side processing. +GitHub-style identicons as PNGs or SVGs in JS. This little library will produce the same shape and (nearly) the same color as GitHub when given the same hash value. Supports PNG and SVG output formats. Note that GitHub uses an internal database identifier for the hash, so you can't simply md5 the username and get the same result. The creative visual design is borrowed from [Jason Long](http://twitter.com/jasonlong) of Git and GitHub fame.