From 0f6bc8a8b8fb5b2c60a732f8bd03a83a971b7543 Mon Sep 17 00:00:00 2001 From: Ivan Bozhanov Date: Tue, 14 Oct 2014 12:40:03 +0300 Subject: [PATCH] fixes to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee7d59e..8d3781a9 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,9 @@ We already covered the config object in general (when we specified inline & AJAX $("#tree").jstree({ /* config object goes here */ }); ``` -Each key in the config object corresponds to a plugin, and the value of that key is the configuration for that plugin. There are also two special keys `"core"` and `"plugins"` - `"core"` stores the core configuration options, and `"plugins"` is an array of plugin names (strings) you want active on the instance (and there is no need to specify `"core"`). +Each key in the config object corresponds to a plugin, and the value of that key is the configuration for that plugin. There are also two special keys `"core"` and `"plugins"`: + * `"core"` stores the core configuration options + * `"plugins"` is an array of plugin names (strings) you want active on the instance When configuring you only need to set values that you want to be different from the defaults.