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)