Skip to content

Commit 377010e

Browse files
committed
readme
1 parent 43baa6c commit 377010e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and then you can build up larger expressions using code like
1616

1717
Then the objects themselves allow the following:
1818

19-
<code>
19+
<pre>
2020
x = SYMBOL("x")
2121
y = SYMBOL("y")
2222

@@ -25,7 +25,7 @@ Then the objects themselves allow the following:
2525
(x | y).eval({"x", "y")) == True
2626
(~x).eval({"x")) == False
2727
(y).eval({"x")) == False
28-
</code>
28+
</pre>
2929

3030
The code is very reliable due to its simplicity, and you can read
3131
[test_basic.py](./test_basic.py) to see its basic operation.

0 commit comments

Comments
 (0)