diff --git a/ChangeLog.md b/CHANGELOG.md similarity index 94% rename from ChangeLog.md rename to CHANGELOG.md index 52cf6ad..8ff0039 100644 --- a/ChangeLog.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# ChangeLog +# Changelog * (4 September 2014). Updating the `README` with Windows symbolic link instructions. * (3 September 2014). Updating the `README` to describe how to install the Boilerplate. diff --git a/README.md b/README.md index 5aaa136..0bb4ff3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A standardized, organized, object-oriented foundation for building high-quality The WordPress Plugin Boilerplate includes the following files: * `.gitignore`. Used to exclude certain files from the repository. -* `ChangeLog.md`. The list of changes to the core project. +* `CHANGELOG.md`. The list of changes to the core project. * `README.md`. The file that you’re currently reading. * A `plugin-name` subdirectory that contains the source code - a fully executable WordPress plugin.