From b4e66255240fe7309e350e47eee928af3cbd2f1e Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 15 Nov 2014 23:26:57 +0100 Subject: [PATCH] beautifying --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb99192..9ec6049 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Package with various assertion procedures * `assert_true(x[, str])` checks if boolean x = false, prints string str to console str when given * `assert_false(x[, str])` checks if boolean x = false, prints string str to console str when given -* `assert_equal(x, y, [str])` checks if x = y, prints string str to console str when given -* `assert_unequal(x, y, [str])` checks if x /= y, prints string str to console str when given +* `assert_equal(x, y[, str])` checks if x = y, prints string str to console str when given +* `assert_unequal(x, y[, str])` checks if x /= y, prints string str to console str when given ##### SimP Package with various components general useful for simulation