diff --git a/README.md b/README.md index efebf033..a17d41cf 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +Changes made on Sunday 1/8/17. NabilH. +====================================== 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. diff --git a/documentation/file-1.md b/documentation/file-1.md new file mode 100644 index 00000000..17f03f50 --- /dev/null +++ b/documentation/file-1.md @@ -0,0 +1,3 @@ +Sunday 1/8/17. + +Following direction in PeterBell's GitHub book.