README.md: Fix typo in example code.

Julien LepillerThu Jan 16 05:12:43+0100 2020

47871e1

README.md: Fix typo in example code.

README.md

8888
                  'sat)))
8989
      ;; Then, outside of Z3, we can do something with the result.  Here, we
9090
      ;; check that a solution can be found.
91-
      (if sat
91+
      (if sat?
9292
        ;; If we find one, we ask one to Z3 and we get a nice association list
9393
        ;; as a result.
9494
        (let ((solution (z3-eval context '((get-value (x y))))))