diff --git a/README b/README index 17a8898..0e3cfa1 100644 --- a/README +++ b/README @@ -1 +1 @@ -This is just a test repository to work with Git commands. \ No newline at end of file +This is second just a test repository to work with Git commands. diff --git a/newFile.txt b/newFile.txt new file mode 100644 index 0000000..f0f0a35 --- /dev/null +++ b/newFile.txt @@ -0,0 +1 @@ +ANother Edit diff --git a/newFile2.txt b/newFile2.txt new file mode 100644 index 0000000..e69de29 diff --git a/opml.php b/opml.php index 46a4de8..d4295e6 100644 --- a/opml.php +++ b/opml.php @@ -3,7 +3,7 @@ * OPML Parser * * @author Clint Ecker - * @copyright Copyright (c) 2003 The MIT License + * @copyright Copyright2 (c) 2003 The MIT License * @version 1.0.2 * @package External * @subpackage OPML Parser @@ -36,4 +36,4 @@ function load() { echo "file) . "\">Download OPML File"; } } -?> \ No newline at end of file +?>