From ddcfd51e752524ffbf4b9631f41af5c4ac161e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sayeth=20Rodr=C3=ADguez?= Date: Fri, 29 Nov 2019 22:38:00 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dee401..3120300 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Then you can run the code wih this comand: ./daq ``` -If you need to do any change to the code you can recompile again with this command: +If you need to make any changes to the code you can recompile again with this command: ``` gcc daq.c -o daq ```