Skip to content

Commit

Permalink
Correct line number in readme
Browse files Browse the repository at this point in the history
Although the index of the line is 7, it is the 8th line.
  • Loading branch information
Marein Könings authored Jan 24, 2018
1 parent 228e51d commit 060d6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ The program will detect if the current minute has changed since the hard-coded m

If current minute is different from now, it will:
* Open up itself and read, line by line
* Stop at line 7 and inject the new minute
* Stop at line 8 and inject the new minute
* Open a new file called `temp`
* Write all contents and the newly injected minute to `temp`
* Rename(move) `temp` to `print_minute.c`
Expand Down

0 comments on commit 060d6a2

Please sign in to comment.