diff --git a/README.rst b/README.rst
index 63354cb8..40036db3 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,7 @@ As of Jan 2023, there is "alpha" support for non-Lisp languages via ``tree-sitte
-.. [1] As long as, from a theoretical perspective, the intended traversal can be accomplished using a `finite automaton `_. More complex traversals can be implemented (such as "leap branch"), but not as easily. Symex may be made Turing-complete at some point in the future, if there is interest in a feature that cannot be implemented in the DSL in its current form.
+.. [1] As long as, from a theoretical perspective, the intended traversal can be accomplished using a `pushdown automaton `_. That is, Symex is more expressive than regular expressions but less expressive than Lisp itself.
Installation
============