We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d555f5c commit b810fd4Copy full SHA for b810fd4
README.md
@@ -73,6 +73,10 @@ the user (see configuration below).
73
74
![System context diagram][diagram-system-context]
75
76
+### Command execution flow
77
+
78
+![Command execution flow][diagram-command-execution]
79
80
## Configuration
81
82
TODO: Add configuration example
@@ -97,3 +101,4 @@ See [COPYING](COPYING) for license text.
97
101
[webextensions-api]: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs
98
102
[native-messaging]: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Native_messaging
99
103
[diagram-system-context]: docs/context.puml.png
104
+[diagram-command-execution]: docs/command-execution.puml.png
0 commit comments