From dae0ea62a1e919721b70c0c2a227b51e6062e200 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 12 May 2020 09:38:34 +0200 Subject: [PATCH] doc: Fix bad english --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3c5f644..27073f06 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Example outputs for our counter example: ## History options -By default, operations on the HTML5 history is done by replacing the -current history entry with the updated query when state changes. +By default, state updates are done by replacing the current history entry with +the updated query when state changes. You can see this as a sort of `git squash`, where all state-changing operations are merged into a single history value.