diff --git a/README.md b/README.md index efebf033..98915964 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,3 @@ GitHub Example ============== This is a simple example repository that will be used to show how to get started with GitHub. - -How to Contribute -================= - -Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. 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/new-file.md new file mode 100644 index 00000000..74967840 --- /dev/null +++ b/new-file.md @@ -0,0 +1 @@ +# This is the content for my new file.