From fad7140f91e2a0e5ce66b15a9a753cf317a6b619 Mon Sep 17 00:00:00 2001 From: Brenton Simpson Date: Thu, 10 Aug 2023 15:32:58 -0700 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e773672..5cf8bbd 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Imagine `` has called `useTrapeze(2)` (for each branch); `` has `next()` will increment `` for the first 3 calls. The 4th call will increment ``. If `` presents its children incrementally (like -``, that will cause `` to be mounted. `` will +``), that will cause `` to be mounted. `` will receive the next 2 `next()` calls. This example uses tree names to explain the order of incrementation. In a more