diff --git a/README.md b/README.md index 7ea6750a286aabe26054ae4c2a3d14b6711afb24..5dc2adb570e581879586accc76e14f14c72383c8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ During the evolution of the website, the build time has changed dramatically. It used to take around 5 minutes to build, with a few optimizations it now only takes up 15 seconds. The biggest slowdowns were: - * unneeded iterations + +* unneeded iterations * iterations within iterations (usually not required, if one thinks carefully) * `if` conditions within a loop, instead of a `where` clause * full iteration to extract a single item (use `first` instead)