diff --git a/lib/node_modules/@stdlib/utils/README.md b/lib/node_modules/@stdlib/utils/README.md
index 30b0d5733b0e..81e81b0c55b8 100644
--- a/lib/node_modules/@stdlib/utils/README.md
+++ b/lib/node_modules/@stdlib/utils/README.md
@@ -318,7 +318,6 @@ The namespace has the following sub-namespaces:
- [`safeintmax( dtype )`][@stdlib/utils/safe-int-max]: return the maximum safe integer capable of being represented by a numeric real type.
- [`safeintmin( dtype )`][@stdlib/utils/safe-int-min]: return the minimum safe integer capable of being represented by a numeric real type.
- [`sizeOf( dtype )`][@stdlib/utils/size-of]: return the size (in bytes) of the canonical binary representation of a specified numeric type.
-- [`thunk( fcn[, ...args] )`][@stdlib/utils/thunk]: generate a thunk.
- [`timeit( code, [options,] clbk )`][@stdlib/utils/timeit]: time a snippet.
- [`typemax( dtype )`][@stdlib/utils/type-max]: return the maximum value of a specified numeric type.
- [`typemin( dtype )`][@stdlib/utils/type-min]: return the minimum value of a specified numeric type.
@@ -439,8 +438,6 @@ console.log( objectKeys( utils ) );
[@stdlib/utils/size-of]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/size-of
-[@stdlib/utils/thunk]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/thunk
-
[@stdlib/utils/timeit]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/timeit
[@stdlib/utils/type-max]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/type-max