From af8f8b9393b76f8f5054e4b5bbdb9a3ea4e995b2 Mon Sep 17 00:00:00 2001 From: Chris Sean O'Brien Date: Sun, 18 Feb 2018 13:07:07 +0000 Subject: [PATCH] Tweaked README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3beee41..39e069e 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Usage: where - - velocity_1 is the velocity of the first particle, in the form + - ```velocity_1``` is the velocity of the first particle, in the form ```"r theta"``` if the input vector type is polar, or in the form ```"x y"``` if the input vector type is cartesian - - velocity_2 is the velocity of the second particle, in the + - ```velocity_2``` is the velocity of the second particle, in the form ```"r theta"``` if the input vector type is polar, or in the form ```"x y"``` if the input vector type is cartesian