From e387eabfc19499ea33ae513dc3bd6ab2d3270876 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Mon, 1 Sep 2014 10:33:51 -0400 Subject: [PATCH] update to the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06f56b4..3ea0541 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ A standardized, organized, object-oriented foundation for building high-quality The WordPress Plugin Boilerplate includes the following files: -* `README.md`. The file that you’re currently reading. +* `.gitignore`. Used to exclude certain files from the repository. * `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. ## Features