diff --git a/src/docs/directives.md b/src/docs/directives.md index cee45f0b5..47af50c31 100644 --- a/src/docs/directives.md +++ b/src/docs/directives.md @@ -132,7 +132,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" } }%%` @@ -152,7 +152,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 } }%%`