diff --git a/README.md b/README.md index efebf033..0b8352e1 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +No more changes. 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/new_file.md b/doucument/chapter1_1.md similarity index 100% rename from new_file.md rename to doucument/chapter1_1.md diff --git a/my_file.md b/my_file.md new file mode 100644 index 00000000..028661e0 --- /dev/null +++ b/my_file.md @@ -0,0 +1 @@ +Thsi is the content of my file for learning github.