From f7f8d3d9015a968e3f11f7067fad9c61bb8eb421 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Fri, 22 Jan 2016 11:01:55 +0100 Subject: [PATCH] README.md: Fix trivial typo I understand this is quite a trivial fix, but this is my first contribution :-) Signed-off-by: Gianpaolo Macario --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9627a416..457730ed 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ go test -v ./src/arduino.cc/builder/test/... | bin/go-junit-report > report.xml ### License and Copyright -`arduino-builder` is licensed under General Public License version 2, as published bythe Free Software Foundation. See [LICENSE.txt](LICENSE.txt). +`arduino-builder` is licensed under General Public License version 2, as published by the Free Software Foundation. See [LICENSE.txt](LICENSE.txt). Copyright (C) 2015 Arduino LLC and contributors