diff --git a/README.md b/README.md index efebf033..f02ab918 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,8 @@ How to Contribute ================= Just fork the original repo at pragmaticlearning/github-example, make your changes and send over a Pull Request. + +License +------- + +Licensed under Apache v2 license. diff --git a/another_file.md b/another_file.md new file mode 100644 index 00000000..0941c1d6 --- /dev/null +++ b/another_file.md @@ -0,0 +1 @@ +This is **another file** file. diff --git a/new_file.md b/documentation/chapter_1.md similarity index 100% rename from new_file.md rename to documentation/chapter_1.md diff --git a/new_file_1.md b/new_file_1.md new file mode 100644 index 00000000..effb4e58 --- /dev/null +++ b/new_file_1.md @@ -0,0 +1 @@ +This is the _content_ for **my** new file.