Skip to content

Commit e825f23

Browse files
authored
Update README.md
1 parent 7f2755c commit e825f23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ While this project's installation instructions defaults to using [npm][npm] for
189189
The following flowchart provides a summary:
190190

191191
```mermaid
192-
%%{init: { 'logLevel': 'debug', 'theme': 'dark', 'themeVariables': { 'fontSize': '32px' }, securityLevel:'loose', 'flowchart': { 'nodeSpacing': 30, 'rankSpacing': 10, 'useMaxWidth': true, 'defaultRenderer': 'dagre-d3', 'padding': 5, 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
192+
%%{init: { 'logLevel': 'debug', 'theme': 'dark', 'themeVariables': {}, securityLevel:'loose', 'flowchart': { 'nodeSpacing': 5, 'rankSpacing': 5, 'useMaxWidth': true, 'diagramPadding': 20, 'htmlLabels': true, 'curve': 'linear', fontSize: '32px' } } }%%
193193
graph LR
194194
Z((Start))
195195
@@ -237,6 +237,7 @@ graph LR
237237
click K href "https://github.com/stdlib-js/stdlib/tree/user-stories-diagram#system-library" "Jump to section"
238238
239239
classDef a color:blue,fill:lightgray
240+
classDef node font-size:22px,height:40px,text-align:center,line-height:24px,y:-20px,stroke-width:4px
240241
```
241242

242243
<a name="install_complete_library"></a>

0 commit comments

Comments
 (0)