From 4b6b10f1f012d64987b1853a250f3124470bcb06 Mon Sep 17 00:00:00 2001 From: David Merfield Date: Sat, 16 Aug 2014 11:05:16 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7864904..c5be25a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Random Color -For generating attractive random colors. See the results on [the demo](http://llllll.li/randomColor/). Available [on cdnjs](http://cdnjs.com/libraries/randomcolor), [npm](https://www.npmjs.org/package/randomcolor) and bower. +For generating attractive random colors. See the results on [the demo](http://llllll.li/randomColor/). Available [on cdnjs](http://cdnjs.com/libraries/randomcolor), [npm](https://www.npmjs.org/package/randomcolor) and bower. ```javascript npm install randomcolor @@ -53,6 +53,10 @@ randomColor({ ``` +### Other languages + +randomColor has been ported to [c#](https://github.com/nathanpjones/randomColorSharped) and [go](https://github.com/hansrodtang/randomcolor). + ### License This project is licensed under the terms of the MIT license.