From 5229b075cb5672ea018cf6483e462d144d2251e7 Mon Sep 17 00:00:00 2001 From: Kier Davis Date: Sun, 21 Jan 2018 23:06:05 +0000 Subject: [PATCH] Fix a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953d067..777fe2f 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ Also checkout the [contribution guide](CONTRIBUTING.md) for more details. If you are looking for ideas to work on, then check out the following TODO items or the [issue tracker](https://github.com/sudar/Arduino-Makefile/issues/). -## Limitations / Know Issues / TODO's +## Limitations / Known Issues / TODO's - Doesn't support SAM boards yet. - Since it doesn't do any pre processing like Arduino IDE, you have to declare all methods before you use them ([issue #59](https://github.com/sudar/Arduino-Makefile/issues/59))