From 0052d0306ac2fb7311a31a507e143b02ac0fb46d Mon Sep 17 00:00:00 2001 From: kisselev Date: Mon, 29 Jul 2013 12:06:40 -0700 Subject: [PATCH] Fix syntax highlighitng in documentation --- README.md | 6 ++++-- docs/00_Getting_Started.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ffbe208..5ecf69d 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,11 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi ###Disabling clean URLs By default, Daux.io will create clean url's that do not include index.php. On servers running Apache, uploading the included .htaccess file should be enough for them to work properly. On servers that are not running Apache or that do not allow custom .htaccess files, you may need to disable clean_urls: - { +```json +{ "clean_urls": false - } +} +``` ## Running Remotely diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index ffbe208..5ecf69d 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -170,9 +170,11 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi ###Disabling clean URLs By default, Daux.io will create clean url's that do not include index.php. On servers running Apache, uploading the included .htaccess file should be enough for them to work properly. On servers that are not running Apache or that do not allow custom .htaccess files, you may need to disable clean_urls: - { +```json +{ "clean_urls": false - } +} +``` ## Running Remotely