Update README.md

Fix a typo.
This commit is contained in:
jmpenn 2020-11-19 14:43:07 -06:00 committed by GitHub
parent 64fe672321
commit 31033f5193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# CannonBall
This is an example of using the RK2Integrator to create a simple cannon ball simulation. We also use a rootfinder with out integrator to detect contact with the ground, and bounce the cannonball.
This is an example of using the RK2Integrator to create a simple cannon ball simulation. We also use a rootfinder with our integrator to detect contact with the ground, and bounce the cannonball.
```
$ make