diff --git a/src/Editor/Editor.php b/src/Editor/Editor.php index f82e4f8..0c02857 100644 --- a/src/Editor/Editor.php +++ b/src/Editor/Editor.php @@ -386,6 +386,8 @@ class Editor ### Editing values + To edit a value, press "e". The value is verbatim JSON, so strings should be quoted and all that. Anything that is unparsable JSON will be used as is, resulting in a string. + ### Loading and Saving files # Disclaimer