From 8e7fbe28e47f4e7164b8c9f71e4bb7e1e57971eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 6 Dec 2015 20:25:16 +0100 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb31396..4b707e3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Built-in commands can be overriden in user command array. See main.c for example of how to use the library. -Here's an overview of stubs you have to implement (at the time of writingthis readme): +Here's an overview of stubs you have to implement (at the time of writing this readme): ```c #include "scpi_parser.h"