From 1abe245986679f7ef11b07d03c119b707fa0f77c Mon Sep 17 00:00:00 2001 From: Samuel Fichna Date: Wed, 26 Aug 2015 21:23:20 +0200 Subject: [PATCH 1/2] Corrected typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a784b78..f0c0d58 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Pull requests to add new modules are welcome, please go ahead! ## Makefile -You can use the provided Makefile to boild your project with this library. +You can use the provided Makefile to build your project with this library. A project typically consists of one `main.c` file, and some `*_config.c` files where the library headers request it (those define eg. IO pin mapping). -Adjust the Makefile to yoru needs! +Adjust the Makefile to yuor needs! ## License From 8e58a3235214f8ca0af4aa8baa73f95ff90086d1 Mon Sep 17 00:00:00 2001 From: Samuel Fichna Date: Wed, 26 Aug 2015 21:25:32 +0200 Subject: [PATCH 2/2] 2nd try --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c0d58..334e8a9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can use the provided Makefile to build your project with this library. A project typically consists of one `main.c` file, and some `*_config.c` files where the library headers request it (those define eg. IO pin mapping). -Adjust the Makefile to yuor needs! +Adjust the Makefile to your needs! ## License