Commit c37769c3eb5a15ebdc2c876356cc062bddae9bb1
embed graph
Dominic Tarr committed on 7/15/2016, 1:14:00 AMParent: 40b0e26de04d1ff1fb0c91bf137ddf18f7d8b34c
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -82,9 +82,17 @@ | ||
82 | 82 | # otherwise |
83 | 83 | electro index.js |
84 | 84 | ``` |
85 | 85 | |
86 | +## modules | |
86 | 87 | |
88 | +patchbay uses [depject](http://github.com/dominictarr/depject) to manage it's modules. | |
89 | +here is a graph of the current connections between them. (round shows module, | |
90 | +square shows api, arrow direction points from user to provider) | |
91 | + | |
92 | +![module graph](./graph.svg) | |
93 | + | |
94 | + | |
87 | 95 | ## License |
88 | 96 | |
89 | 97 | MIT |
90 | 98 |
Built with git-ssb-web