A simple memory testing utility

README tweaks

+2 -2
+2 -2
README.md
··· 11 11 - `make memtest` to just build the program. 12 12 - `make clean` to clean the entire workspace. 13 13 14 - ## Usage 14 + ## Using 15 15 16 16 The program accepts two arguments: 17 17 18 18 - -m: memory size in MB, required. 19 19 - -s: number of seconds to wait between allocations, optional. 20 20 21 - ## Sample run 21 + ### Sample run 22 22 23 23 ```ShellSession 24 24 ./memtest -m 12