From dbff0bb79f7e40e3afa27a7fcfc87565ae7f53d0 Mon Sep 17 00:00:00 2001 From: bayashi Date: Sun, 10 Mar 2024 01:58:28 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 61f91e6..c430864 100644 --- a/README.md +++ b/README.md @@ -38,26 +38,26 @@ func getLove() (bool, error) { } ``` -## Assertion Methods +## Assertions -### [Assertion for 1 object](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-1-object) +### [For 1 object](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-1-object) * True, False, Nil, NotNil, NoError -### [Assertion for 2 objects](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-2-objects) +### [For 2 objects](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-2-objects) * Same, SameConvertibleNumber, SamePointer, SameType * NotSame, NotSameConvertibleNumber, NotSamePointer, NotSameType -### [Assertion for panic](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-panic) +### [For panic](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-panic) * Panic, PanicMessage, NoPanic -### [Assertion for string value by regexp](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-string-value-by-regexp) +### [For string value by regexp](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-string-value-by-regexp) * Match, NotMatch -### [Assertion for length of an object](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-length-of-an-object) +### [For length of an object](https://github.com/bayashi/actually/wiki/All-assertion-methods#assertion-for-length-of-an-object) * Len