From e5a3551891a952bfe0e5cf38bf55057e2ccbeffa Mon Sep 17 00:00:00 2001 From: Fernandez Anthony Date: Fri, 25 Sep 2020 15:09:44 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa7c618..9501e6c 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,15 @@ CodeView(theme: themes[selectedTheme], CodeView has multiple params: -- `code`* is a Binding -- `mode`* is a Mode object -- `theme` is a CodeViewTheme object (default is `material-palenight`) -- `fontSize` is Int (12px by default) -- `showInvisibleCharacters` is Bool (true by default) +| Parameter name | Optional | Type | Default | +|-------------------------|----------|-----------------|---------------------| +| code | false | Binding | | +| mode | false | Mode | | +| theme | true | CodeViewTheme | \.materialPalenight | +| fontSize | true | Int | 12 \(px\) | +| showInvisibleCharacters | true | Bool | true | +| lineWrapping | true | Bool | true | -`*` Mandatory params #### Modifiers