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 ```