Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-08-13 02:08:39 +0400
committermattab <matthieu.aubry@gmail.com>2013-08-13 02:08:39 +0400
commit6ddd54116844673b11a2329ba0e2ee4d53253792 (patch)
treebe0abeff557294d31027098918df577bd3b6aaa2 /plugins/PleineLune
parent9239b501f9f84ef4e56f003f269761d4932f4344 (diff)
Fix one controller bug
Diffstat (limited to 'plugins/PleineLune')
-rw-r--r--plugins/PleineLune/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PleineLune/README.md b/plugins/PleineLune/README.md
index ad5c5596e9..596226e525 100644
--- a/plugins/PleineLune/README.md
+++ b/plugins/PleineLune/README.md
@@ -4,7 +4,7 @@ Create a Theme for Piwik
Quick start
------------
-1. Create a file to describe your plugin with the following path: "plugins/&lt;yourPluginName>/plugin.piwik.json"
+1. Create a file describing your plugin at the following path: "plugins/YourPluginName/plugin.piwik.json"
```json
{
@@ -13,7 +13,7 @@ Quick start
}
```
-2. Create your stylesheet file with the following path: "plugins/&lt;yourPluginName>/stylesheets/theme.less"
+2. Create your stylesheet file with the following path: "plugins/YourPluginName/stylesheets/theme.less"
3. Activate your theme on the Piwik instance: Settings > Platform > Themes