Typo in readme

This commit is contained in:
COW_ILLUMINATI 2024-04-28 11:10:20 -04:00
parent e828632e0c
commit 193b970837

@ -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]