Browse Source

corrected typo in README

Brandon Wong 3 years ago
parent
commit
1a2a0f7c6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -1,5 +1,5 @@
 
-<p style="text-align:center;"><img src="./microtables.png" /></p>
+<p style="text-align:center;"><img src="microtables.png" /></p>
 
 # Microtables
 
@@ -31,7 +31,7 @@ Embedded in this data set is another data structure: a set of disconnected doubl
 ```
 {"A" {1 {:value 78 :inbound '({:col "B" :row 2})}
       3 {:value "=B2 * 4" :refs '({:col "B" :row 2})}}
- "B" {2 {:value "=A1 + 3 :refs '({:col "A" :row 1}) :inbound '({:col "A" :row 3})}}
+ "B" {2 {:value "=A1 + 3" :refs '({:col "A" :row 1}) :inbound '({:col "A" :row 3})}}
  "C" {4 {:value 42 :inbound '({:col "D" :row 2})}
       6 {:value 33 :inbound '({:col "D" :row 2})}}
  "D" {2 {:value "=C4 + C6" :refs '({:col "C" :row 4} {:col "C" :row 6})}