diff --git a/lib/node_modules/@stdlib/utils/README.md b/lib/node_modules/@stdlib/utils/README.md
index 81aef578b4c4..b1d6906c7329 100644
--- a/lib/node_modules/@stdlib/utils/README.md
+++ b/lib/node_modules/@stdlib/utils/README.md
@@ -180,7 +180,6 @@ The namespace has the following sub-namespaces:
- [`mapKeys( obj, transform )`][@stdlib/utils/map-keys]: map keys from one object to a new object having the same values.
- [`mapValues( obj, transform )`][@stdlib/utils/map-values]: map values from one object to a new object having the same keys.
- [`merge( target, source1[, source2[,...,sourceN]] )`][@stdlib/utils/merge]: merge and extend objects.
-- [`moveProperty( source, prop, target )`][@stdlib/utils/move-property]: move a property from one object to another object.
- [`nonEnumerablePropertiesIn( obj )`][@stdlib/utils/nonenumerable-properties-in]: return an array of an object's own and inherited non-enumerable property names and symbols.
- [`nonEnumerableProperties( obj )`][@stdlib/utils/nonenumerable-properties]: return an array of an object's own non-enumerable property names and symbols.
- [`nonEnumerablePropertyNamesIn( obj )`][@stdlib/utils/nonenumerable-property-names-in]: return an array of an object's own and inherited non-enumerable property names.
@@ -617,8 +616,6 @@ console.log( objectKeys( utils ) );
[@stdlib/utils/merge]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/merge
-[@stdlib/utils/move-property]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/move-property
-
[@stdlib/utils/nonenumerable-properties-in]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/nonenumerable-properties-in
[@stdlib/utils/nonenumerable-properties]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/nonenumerable-properties