summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2018-11-15 13:09:33 -0800
committerGitHub <noreply@github.com>2018-11-15 13:09:33 -0800
commit4e379259292be2709834ee0d75e212f80b14e1b0 (patch)
tree9f75c16e478a1518f7f84284678564823dc04e15
parent0de7d02a3d9293253f27b1f868db5789ec932fd9 (diff)
Update readme.md
Co-Authored-By: dragonprevost <dragon@dkp.io>
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d9f83da..3aa0175 100644
--- a/readme.md
+++ b/readme.md
@@ -48,7 +48,7 @@ requires:
## Example
For getting the current acceleration
-```
+```C
struct Acceleration{
double x;
double y;