README.md: Fix typo in example code.
README.md
88 | 88 | 'sat))) | |
89 | 89 | ;; Then, outside of Z3, we can do something with the result. Here, we | |
90 | 90 | ;; check that a solution can be found. | |
91 | - | (if sat | |
91 | + | (if sat? | |
92 | 92 | ;; If we find one, we ask one to Z3 and we get a nice association list | |
93 | 93 | ;; as a result. | |
94 | 94 | (let ((solution (z3-eval context '((get-value (x y)))))) |