valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 41a06bcdc2eeea6e79ef459afd7c095fd9cd9b74
parent 53d20108ef78f2b24a6481612b7ef1d1bae0afbf
Author: Michael Williams <dinosaur@riseup.net>
Date:   Sun, 16 Nov 2014 15:50:23 -0800

list *Types first in README

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -22,12 +22,12 @@ should describe any type of resource planning and accounting within fractal netw - [ ] [ResourceType](./vocab/ResourceType.js) - [ ] [Resource](./vocab/Resource.js) - [ ] Economic Interactions - - [ ] [Interaction](./vocab/Interaction.js) - [ ] [InteractionType](./vocab/InteractionType.js) - - [ ] [Exchange](./vocab/Exchange.js) + - [ ] [Interaction](./vocab/Interaction.js) - [ ] [ExchangeType](./vocab/ExchangeType.js) - - [ ] [Process](./vocab/Process.js) + - [ ] [Exchange](./vocab/Exchange.js) - [ ] [ProcessType](./vocab/ProcessType.js) + - [ ] [Process](./vocab/Process.js) - [ ] Economic Events - [ ] [EventType](./vocab/EventType.js) - [ ] [Event](./vocab/Event.js)