Skip to content

Commit 3098ded

Browse files
authored
Update diagram
1 parent 595f4e8 commit 3098ded

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,19 @@ 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', 'flowchart': { 'nodeSpacing': 20, 'rankSpacing': 20, 'useMaxWidth': false, 'defaultRenderer': 'dagre-wrapper', 'padding': 10, 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
192+
%%{init: { 'logLevel': 'debug', 'theme': 'dark', 'flowchart': { 'nodeSpacing': 30, 'rankSpacing': 10, 'useMaxWidth': true, 'defaultRenderer': 'dagre-d3', 'padding': 5, 'diagramPadding': 0, 'htmlLabels': true, 'curve': 'linear' } } }%%
193193
graph LR
194194
Z((Start))
195195
196196
A([I want to perform data analysis])
197197
B([I am building a web app])
198198
B1{{Using a bundler like Webpack?}}
199199
B2{{Need to support older browsers?}}
200-
B3{{Want to create a custom bundle?}}
200+
B3{{Want custom bundle?}}
201201
C([I am building a Node.js server app])
202-
C1{{Will you use a substantial amount of stdlib?}}
202+
C1{{Using a substantial amount of stdlib?}}
203203
D([I am using Deno])
204-
E([I am writing an Observable notebook])
204+
E([I work on an Observable notebook])
205205
F([I want to hack at stdlib])
206206
207207
G[Install as command-line utility]
@@ -210,7 +210,7 @@ graph LR
210210
J[Use UMD browser bundles]
211211
K[Install system library]
212212
L[Install top-level namespaces]
213-
M[Load ESM from Skypack / jsDelivr]
213+
M[Load ESM from CDN]
214214
215215
Z --> B --> B1
216216
B1 -- Yes --> C1

0 commit comments

Comments
 (0)