1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 16:41:02 +03:00

Fix CHANGELOG filename

This commit is contained in:
Scott Walkinshaw 2015-01-05 11:39:36 -05:00
parent 629b1628ca
commit 78624f6cdd
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.