diff --git a/README.md b/README.md index efebf033..93f2dd1b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ GitHub Example This is a simple example repository that will be used to show how to get started with GitHub. +> Testing 123 + How to Contribute ================= diff --git a/TestFile 1 b/TestFile 1 new file mode 100644 index 00000000..90edd0b9 --- /dev/null +++ b/TestFile 1 @@ -0,0 +1 @@ +This is a test file. Number 1 diff --git a/new_file.md b/Testfolder/new_file.md similarity index 100% rename from new_file.md rename to Testfolder/new_file.md diff --git a/another-file b/another-file new file mode 100644 index 00000000..ef934c58 --- /dev/null +++ b/another-file @@ -0,0 +1 @@ +This file was created after the repo was forked.