From bba94cdae23718f035ab815de82e8bbe78489be2 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Wed, 18 Feb 2015 19:49:50 +0530 Subject: [PATCH] doc: sostronk as sponsor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e994dea..75157cc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It allows you to start your hardware hack on easily available hobby boards (like the Raspberry Pi, BeagleBone Black, etc.) by giving you staight forward access to the board's capabilities as well as a plethora of **sensors** (like accelerometers, gyroscopes, thermometers, etc.) and **controllers** (PWM generators, digital-to-analog convertors) for which we have written drivers. And when things get serious, you dont have to throw away the code. You carry forward the effort onto more custom designed boards where the HAL abstraction of EMBD will save you precious time. -Development supported and sponsored by [**ThoughtWorks**](http://www.thoughtworks.com/) +Development supported and sponsored by [**SoStronk**](https://www.sostronk.com) and [**ThoughtWorks**](http://www.thoughtworks.com/) Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/wiki/Why-Go)