diff --git a/README.md b/README.md
index e9000cb2..758a2903 100644
--- a/README.md
+++ b/README.md
@@ -447,6 +447,7 @@ The remaining namespace utilities are as follows:
- [`isLowercase( value )`][@stdlib/assert/is-lowercase]: test if a value is a lowercase string.
- [`isMethodIn( value, property )`][@stdlib/assert/is-method-in]: test if an object has a specified method name, either own or inherited.
- [`isMethod( value, property )`][@stdlib/assert/is-method]: test if an object has a specified method name.
+- [`isMultiSlice( value )`][@stdlib/assert/is-multi-slice]: test if a value is a `MultiSlice`.
- [`isNamedTypedTupleLike( value )`][@stdlib/assert/is-named-typed-tuple-like]: test if a value is named typed tuple-like.
- [`isNativeFunction( value )`][@stdlib/assert/is-native-function]: test if a value is a native function.
- [`isNegativeZero( value )`][@stdlib/assert/is-negative-zero]: test if a value is a number equal to negative zero.
@@ -486,6 +487,7 @@ The remaining namespace utilities are as follows:
- [`isSameValueZero( a, b )`][@stdlib/assert/is-same-value-zero]: test if two arguments are the same value.
- [`isSameValue( a, b )`][@stdlib/assert/is-same-value]: test if two arguments are the same value.
- [`isSemVer( value )`][@stdlib/assert/is-semver]: test if a value is a semantic version string.
+- [`isSlice( value )`][@stdlib/assert/is-slice]: test if a value is a `Slice`.
- [`isSnakecase( value )`][@stdlib/assert/is-snakecase]: test if a value is a string in snake case.
- [`isStartcase( value )`][@stdlib/assert/is-startcase]: test if a value is a startcase string.
- [`isStrictEqual( a, b )`][@stdlib/assert/is-strict-equal]: test if two arguments are strictly equal.
@@ -737,6 +739,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[@stdlib/assert/is-method]: https://github.com/stdlib-js/assert/tree/main/is-method
+[@stdlib/assert/is-multi-slice]: https://github.com/stdlib-js/assert/tree/main/is-multi-slice
+
[@stdlib/assert/is-named-typed-tuple-like]: https://github.com/stdlib-js/assert/tree/main/is-named-typed-tuple-like
[@stdlib/assert/is-native-function]: https://github.com/stdlib-js/assert/tree/main/is-native-function
@@ -815,6 +819,8 @@ Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
[@stdlib/assert/is-semver]: https://github.com/stdlib-js/assert/tree/main/is-semver
+[@stdlib/assert/is-slice]: https://github.com/stdlib-js/assert/tree/main/is-slice
+
[@stdlib/assert/is-snakecase]: https://github.com/stdlib-js/assert/tree/main/is-snakecase
[@stdlib/assert/is-startcase]: https://github.com/stdlib-js/assert/tree/main/is-startcase