diff --git a/docs/directives.md b/docs/directives.md index e967a4667..943dac53f 100644 --- a/docs/directives.md +++ b/docs/directives.md @@ -144,7 +144,7 @@ A --> C[End] ### Changing fontFamily via directive -The following code snippet changes theme to forest: +The following code snippet changes fontFamily to rebuchet MS, Verdana, Arial, Sans-Serif: `%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%` @@ -176,7 +176,7 @@ A --> C[End] ### Changing logLevel via directive -The following code snippet changes theme to forest: +The following code snippet changes logLevel to 2: `%%{init: { "logLevel": 2 } }%%`