From 92ecaa2bb225f19fb7e4580ce9f82cf4e2b53674 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Sun, 14 Dec 2014 21:59:26 +0300 Subject: markdownified readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 36c8ead..0d7a40d 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,17 @@ About Brainuino Brainuino is an open source project for developing hardware and software for intellectual games. Brainuino Aleph is a first model of game device -combining timer and answer detector. See http://brainuino.ru for more details +combining timer and answer detector. See [website][1] for more details (currently in Russian only). -This project contains device firmware source code. You will need Arduino IDE -(http://arduino.cc/en/Main/Software) or at least arduino core (libraries, -avr-gcc compiler, avr-binutils and avrdude) to use it. +This project contains device firmware source code. You will need [Arduino IDE][2] +or at least arduino core (libraries, avr-gcc compiler, avr-binutils and avrdude) +to use it. -This project is licenced under GPLv3 or later -(https://www.gnu.org/licenses/gpl.html). +This project is licenced under [GPLv3][3] or later. [![Build Status](https://semaphoreapp.com/api/v1/projects/fe0bf7f9-640a-467c-8216-86c3a60b5d56/298769/badge.png)](https://semaphoreapp.com/bizdelnick/brainuino) + +[1]: http://brainuino.ru +[2]: http://arduino.cc/en/Main/Software +[3]: https://www.gnu.org/licenses/gpl.html -- cgit v1.2.1