From df67fba10cbc5ce6bdff628179b534596182bc36 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 2 May 2017 10:44:59 +0100 Subject: [PATCH] Typo --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index a4bf7028..c8bd0b19 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -30,7 +30,7 @@ def plugin_start(): return "Test" ``` -Any errors or print statements from your plugin will appear in `%TMP%\EDMarketConnector.log` on Windows or `$TMPDIR\EDMarketConnector.log` on Mac. +Any errors or print statements from your plugin will appear in `%TMP%\EDMarketConnector.log` on Windows or `$TMPDIR/EDMarketConnector.log` on Mac. # Plugin Hooks ## Configuration