From 7471296e594afcd9b00d6192cf7bf264ea77f009 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Tue, 4 Mar 2025 10:57:05 -0500 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8baca5..353db37 100644 --- a/README.md +++ b/README.md @@ -148,12 +148,12 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are is negative, its value is printed as a comment. * `lyapunov_reset` (double, default: `print_freq`): if this is set, then, when - computing the Lyapnuov exponents, the tangent flow will renormalize itself at + computing the Lyapunov exponents, the tangent flow will renormalize itself at times proportional to `lyapunov_reset`. This option is incompatible with `lyapunov_maxu`. * `lyapunov_maxu` (double, default: unset): if this is set, then, when - computing the Lyapnuov exponents, the tangent flow will renormalize itself + computing the Lyapunov exponents, the tangent flow will renormalize itself whenever the norm of the tangent flow exceeds `lyapunov_maxu`. This option is incompatible with `lyapunov_reset`.