Merge pull request #250 from swalkinshaw/CHANGELOG-fix

Fix CHANGELOG filename
This commit is contained in:
Tom McFarlin 2015-01-05 13:01:35 -05:00
commit 470d0ec13c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 youre currently reading.
* A `plugin-name` subdirectory that contains the source code - a fully executable WordPress plugin.