From 8900ecd397d3ec935202210082ff3357ccb151d5 Mon Sep 17 00:00:00 2001 From: Zrnik Date: Thu, 15 Apr 2021 10:48:06 +0200 Subject: [PATCH 1/2] added missing 'r' in the installation command in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62c6d7..c942c2a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Graphs and charts based on [C3.js](http://c3js.org/) ## Install ``` -$ compose require tlapnet/chart +$ composer require tlapnet/chart ``` ## Versions From 1c34888b0e2f502f7a7b92b634a4648f1bf2dbe3 Mon Sep 17 00:00:00 2001 From: Zrnik Date: Thu, 15 Apr 2021 10:49:29 +0200 Subject: [PATCH 2/2] renamed file (removed 'html' from the extension) --- src/templates/c3/{Chart.html.phtml => Chart.phtml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/templates/c3/{Chart.html.phtml => Chart.phtml} (100%) diff --git a/src/templates/c3/Chart.html.phtml b/src/templates/c3/Chart.phtml similarity index 100% rename from src/templates/c3/Chart.html.phtml rename to src/templates/c3/Chart.phtml