From 52845bd4fbab1ad831a7d69466b4a9e3994be9d6 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 9 Apr 2019 06:44:46 -0700 Subject: [PATCH] md lint fedback add blank line before code block --- docs/server-config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/server-config.md b/docs/server-config.md index f73115e5..39914b09 100755 --- a/docs/server-config.md +++ b/docs/server-config.md @@ -17,6 +17,7 @@ Change settings by: 2. Modifying default.conf. 3. Specifying your own config file as a command line parameter. - i.e. Running the command: + ```sh python tabpy.py --config=path\to\my\config ```