From 193b9708371727bc8e11569b069329d155513bf4 Mon Sep 17 00:00:00 2001 From: COW_ILLUMINATI Date: Sun, 28 Apr 2024 11:10:20 -0400 Subject: [PATCH] Typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f631e..776432a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Enter to change focus For best results: - Use low timesteps -- this will allow for the simulator to take more samples of every interaction and improve paths. [Linear] -- Use high budgets -- this will improve feild estimation, giving a better approximation of the shape of the system. [Quadratic] +- Use high budgets -- this will improve field estimation, giving a better approximation of the shape of the system. [Quadratic] - Use a high radius -- this will improve floating-point precision. Don't go *too* high though! [Linear] - Make the galaxy's mass no more than 25% of the black hole -- the initial velocities used in galaxy creation are calculated from elliptic curve approximation and are not designed for exotic ratios. This could be changed in the code for your specific ratios. [Free]