diff --git a/README.md b/README.md index 5d8d73982..e6c9fec14 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ $ composer csslint # stylelint ## Icons The first time you set up in a new env or add a new icon you need to run the following : -$ php/vendor/php-icons scan +$ php vendor/bin/php-icons scan Until you do this icons will show up as {?} glyph. diff --git a/gatherling/templates/home.mustache b/gatherling/templates/home.mustache index d17339f35..66e20ae45 100644 --- a/gatherling/templates/home.mustache +++ b/gatherling/templates/home.mustache @@ -83,7 +83,9 @@ - + diff --git a/gatherling/templates/partials/formatCPMenu.mustache b/gatherling/templates/partials/formatControlPanelMenu.mustache similarity index 100% rename from gatherling/templates/partials/formatCPMenu.mustache rename to gatherling/templates/partials/formatControlPanelMenu.mustache