From b5e24dd83fa7331f14bceb9b3426edcf0df348da Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 27 Aug 2014 02:10:50 -0700 Subject: [PATCH] Updated Flow Format (markdown) --- Flow-Format.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Flow-Format.md b/Flow-Format.md index 10ec79c..44fee3e 100644 --- a/Flow-Format.md +++ b/Flow-Format.md @@ -1,19 +1,19 @@ ### node-id -![](../images/flow-format/node-id.png) +![](images/flow-format/node-id.png) node-id ::= [0-9a-fA-F.]+ ### wire-entry -![](../images/flow-format/wire-entry.png) +![](images/flow-format/wire-entry.png) wire-entry ::= node-id | "[" node-id ( "," node-id )* "]" ### core-properties -![](../images/flow-format/core-properties.png) +![](images/flow-format/core-properties.png) core-properties ::= "id" ":" node-id @@ -25,20 +25,20 @@ ### type-properties -![](../images/flow-format/type-properties.png) +![](images/flow-format/type-properties.png) type-properties ::= string ":" value ### node -![](../images/flow-format/node.png) +![](images/flow-format/node.png) node ::= "{" core-properties ( "," core-properties )* ( "," type-properties )* "}" ### flow -![](../images/flow-format/flow.png) +![](images/flow-format/flow.png) flow ::= "[" node ( "," node )* "]"