From 630ec614922e78c7bc87e411001eceb874856ecc Mon Sep 17 00:00:00 2001 From: Tyler Berrett Date: Sun, 4 Aug 2019 23:00:10 -0600 Subject: [PATCH] Made the read me explain that the program displays Hello World --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e61b7ba..5349f8f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # ForkDemo Provides a starting point for demonstrating how to fork, modify, and submit a project pull request -* Fork this demo -* Modify this "README.md" file to provide a better description of this "Hello World" project. (This is a simple C application that builds a "helloworld" command line application.) -* Submit a pull request with your changes +Uses C to print out "Hello World"