Making the H5s to H4s

modified:   README.md
This commit is contained in:
Brian Barto 2016-04-25 17:41:17 -04:00
parent 908c535277
commit 20aab20a9b

View File

@ -51,7 +51,7 @@ you press a key, at which point the program will terminate.
Using the Modules in Your Program Using the Modules in Your Program
--------------------------------- ---------------------------------
##### Synopsis #### Synopsis
File: synopsis.c File: synopsis.c
``` ```
@ -73,7 +73,7 @@ Compile synopsis.c (must include `nms.c` and `-lncurses`):
gcc nms.c synopsis.c -o synopsis -lncurses gcc nms.c synopsis.c -o synopsis -lncurses
``` ```
##### The Details #### The Details
You will need to copy two files to your project: You will need to copy two files to your project: