diff --git a/README.md b/README.md index 1a824601b..126a4d2fd 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,10 @@ A [gentle introduction][tutorial] to Typst is available in our documentation. However, if you want to see the power of Typst encapsulated in one image, here it is:

- Example + Example

+ Let's dissect what's going on: - We use _set rules_ to configure element properties like the size of pages or @@ -77,7 +78,7 @@ Let's dissect what's going on: = Fibonacci sequence The Fibonacci sequence is defined through the - _recurrance relation_ $F_n = F_(n-1) + F_(n-2)$. + _recurrence relation_ $F_n = F_(n-1) + F_(n-2)$. It can also be expressed in closed form: $ F_n = floor(1 / sqrt(5) phi.alt^n), quad