From c002a64b70ee5a11620bfe486c5102c0e8514140 Mon Sep 17 00:00:00 2001 From: nateyoungren Date: Sun, 6 Jan 2019 12:07:06 -0800 Subject: [PATCH 1/2] Replaced ForkDemo instructions in README.md to Hello World app description. --- README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index e61b7ba..0000000 --- a/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# 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 - From 75c5bc72880d5364de3cf6a357e8b9f9215856c0 Mon Sep 17 00:00:00 2001 From: nateyoungren Date: Sun, 6 Jan 2019 14:17:38 -0800 Subject: [PATCH 2/2] Replaced ForkDemo information with that of Hello World. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..602204e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Hello World + +This is a simple C application that builds a "helloworld" command line application.